-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ISTM __setstate__ is correct, since that's the method that has to be
On 01/01/2013 01:28 AM, Eli Bendersky wrote:
> In the pickle docs of 3.3, section 12.4.1 says:
>
> "instances of such classes whose __dict__ or __setstate__() is picklable"
>
> Does it actually mean __setstate__ or __getstate__ ?
looked up at unpickling time. (__getstate__ is called at pickling time.)