[Zope] Delete notification

Tino Wildenhain tino@wildenhain.de
Sat, 08 Apr 2000 00:34:08 +0200


Hi John,

John Sutherland wrote:
> 
> Is there a way in a python based product to get notification when an
> instance is deleted?

Just overload the method __delete__(self) in your class.

Regards
Tino Wildenhain