[Zope-ZEO] Recovering __setattr__

Eric Jacobs eaj@ricochet.net
Wed, 20 Dec 2000 14:13:53 EDT


As the documentation suggests, I removed all my __setattr__
methods before making the classes persistent. However, I need
to get them back. How do I do this? Alternatively, as what I
really need is the change notification, is there a way to
hook into ZODB's setattr implementation?
--