Lines Matching refs:Pickler
8 Pickler
39 __all__ = ["PickleError", "PicklingError", "UnpicklingError", "Pickler",
478 # Check whether Pickler was initialized correctly. This is
479 # only needed to mimic the behavior of _pickle.Pickler.dump().
481 raise PicklingError("Pickler.__init__() was not called by "
494 # The Pickler memo is a dictionary mapping object ids to 2-tuples
498 # Pickler memo so that transient objects are kept alive during
1162 to the *buffer_callback* of a Pickler object.
1781 Pickler,
1789 Pickler, Unpickler = _Pickler, _Unpickler