Top-rated recipes tagged "unpickle"http://code.activestate.com/recipes/tags/unpickle/top/2013-01-21T08:55:57-08:00ActiveState Code RecipesMixin for pickling objects with __slots__ (Python)
2013-01-21T08:55:57-08:00Oren Tiroshhttp://code.activestate.com/recipes/users/2033964/http://code.activestate.com/recipes/578433-mixin-for-pickling-objects-with-__slots__/
<p style="color: grey">
Python
recipe 578433
by <a href="/recipes/users/2033964/">Oren Tirosh</a>
(<a href="/recipes/tags/pickle/">pickle</a>, <a href="/recipes/tags/unpickle/">unpickle</a>, <a href="/recipes/tags/__slots__/">__slots__</a>).
</p>
<p>This mixin makes it possible to pickle/unpickle objects with __slots__ defined. </p>