How can I check attribute existings by Elementtree?

dietibesplatnop

New Member
I need to check certain attributes for existence. Like:\[code\]if blah-blah-blah == None: print "there is no such attribute"else print "The attribute exists"\[/code\]
 
Back
Top