[Zope] Object

Chris Withers chrisw@nipltd.com
Thu, 31 Jul 2003 17:20:59 +0100


Gilles Lenfant wrote:
> def after_cache(self):
>     self._v_mystuff = ...
>     return

You could play with implementing a __setstate__ method if you're brave...

Chris