Lines Matching refs:Unpickler
10 Unpickler
38 "Unpickler", "dump", "dumps", "load", "loads"]
80 # An instance of _Stop is raised by Unpickler.load_stop() in response to
231 # that contain the Unpickler memo key and the object being memoized.
233 # the key in the Unpickler's memo. The object is stored in the
237 # The use of the Unpickler memo length as the memo key is just a
240 # scheme allows the Unpickler memo to be implemented as a plain (but
827 class Unpickler:
1378 return Unpickler(file).load()
1382 return Unpickler(file).load()