Lines Matching refs:Unpickler
9 Unpickler
40 "Unpickler", "dump", "dumps", "load", "loads"]
95 # An instance of _Stop is raised by Unpickler.load_stop() in response to
495 # that contain the Unpickler memo key and the object being memoized.
497 # the key in the Unpickler's memo. The object is stored in the
501 # The use of the Unpickler memo length as the memo key is just a
504 # scheme allows the Unpickler memo to be implemented as a plain (but
1192 # Check whether Unpickler was initialized correctly. This is
1193 # only needed to mimic the behavior of _pickle.Unpickler.dump().
1195 raise UnpicklingError("Unpickler.__init__() was not called by "
1782 Unpickler,
1789 Pickler, Unpickler = _Pickler, _Unpickler