Lines Matching refs:unpickler
142 an unpickler, then you call the unpickler's :meth:`load` method. The
403 between the pickler/unpickler and the objects that are being serialized. This
571 functions on the pickler and unpickler. [#]_
575 :attr:`~Unpickler.persistent_load` attribute of the unpickler object.
582 along with a marker so that the unpickler will recognize the string as a
585 To unpickle external objects, the unpickler must have a custom
637 In the :mod:`cPickle` module, the unpickler's :attr:`~Unpickler.persistent_load`
638 attribute can also be set to a Python list, in which case, when the unpickler
663 your unpickler. Unfortunately, exactly how you do this is different depending
672 finds to the unpickler's stack. Later on, this class will be assigned to the
676 unpickler's stack, a known safe version of any class you deem safe to unpickle.
682 what gets unpickled, you can set the unpickler's :attr:`~Unpickler.find_global`