Hi, I have a reference to certain objects. What is the most pythonic way to test for valid reference:
if obj:
if None!=obs:
if obj is not None:
--
alfz1
--
http://mail.python.org/mailman/listinfo/python-list
Hi, I have a reference to certain objects. What is the most pythonic way to test for valid reference:
if obj:
if None!=obs:
if obj is not None:
--
alfz1
--
http://mail.python.org/mailman/listinfo/python-list