[Zope] simple and quick question

Peter Bengtsson mail@peterbe.com
Thu, 28 Jun 2001 15:55:34 +0200


How do I loop over an objects properties? I don't know the names of any of
the properties.

<pseudo>
for property, propertyvalue in context.object.itsProperties().items():
</pseudo>