[Zope] Edit ZClass Properties

Dieter Maurer dieter@handshake.de
Sun, 8 Sep 2002 23:31:57 +0200


Borislav writes:
 > The problem I'm trying to solve is how to change the values of 
 > properties of a ZClass from a python script. Simple assignment does not 
 > work, e.g. myZClass['aProperty'] = value
ZClass properties are managed in "PropertySheets".
See the embedded Zope online help (--> Zope Help --> API reference,
"PropertySheets" and "PropertySheet").

Search the mailing list archives for "propertysheets"...


Dieter