Hello!

> How can I determine if an attribute can be found in the usual places?

print "item1" in dir(root) # False
print "item3" in dir(root) # True

Is it the behavior you wanted?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to