[Zope] How do you delete an object that cannot be seen in the ZMI

Dieter Maurer dieter@handshake.de
Mon, 14 Jul 2003 00:42:31 +0200


Michael Long wrote at 2003-7-11 15:39 -0400:
 > When you say class attribute would that include the methods defined in a
 > class? If so I see the problem. 

Yes, methods are usually class attributes.
They may, however, be inherited (in which case, they were a
class attribute from an inherited class).


Dieter