[Zope] if object does not exist in python

Andrew Milton akm at theinternet.com.au
Wed Dec 13 09:40:33 EST 2006


+-------[ Garito ]----------------------
| Andrew Milton escribi?:
| >+-------[ David Bear ]----------------------
| >| Can anyone show me code examples of a script that checks for the
| >| existences of a named object?
| >
| >if namedObject in container.objectIds():
| >  # object exists
| >else:
| >  # doesn't
| >
| >
| >Checks for named object inside the container that the script is in.
| >
| >  
| hasattr(container, 'id')

That will acquire...

-- 
Andrew Milton
akm at theinternet.com.au


More information about the Zope mailing list