Home | History | Annotate | Download | only in Lib

Lines Matching refs:Unpickler

9     Unpickler
40 "Unpickler", "dump", "dumps", "load", "loads"]
86 # An instance of _Stop is raised by Unpickler.load_stop() in response to
445 # that contain the Unpickler memo key and the object being memoized.
447 # the key in the Unpickler's memo. The object is stored in the
451 # The use of the Unpickler memo length as the memo key is just a
454 # scheme allows the Unpickler memo to be implemented as a plain (but
1065 # Check whether Unpickler was initialized correctly. This is
1066 # only needed to mimic the behavior of _pickle.Unpickler.dump().
1068 raise UnpicklingError("Unpickler.__init__() was not called by "
1609 Unpickler,
1616 Pickler, Unpickler = _Pickler, _Unpickler