[Zope] Iterating through object properties

Kevin Carlson khcarlso@bellsouth.net
Mon, 26 Aug 2002 12:27:55 -0400


Is there a way either in DTML or a python script to iterate through all of
the properties of an object without knowing its specific type?  For example,
if I have CMF Types of Document, File, Event, etc. I want to build a list of
all of their properties without knowledge of the particular type.  Ideas?

Thanks,

Kevin