Gilles Lenfant wrote: > def after_cache(self): > self._v_mystuff = ... > return You could play with implementing a __setstate__ method if you're brave... Chris