Home | History | Annotate | Download | only in python2.7

Lines Matching refs:Pickler

9     Pickler
37 __all__ = ["PickleError", "PicklingError", "UnpicklingError", "Pickler",
171 class Pickler:
176 The optional protocol argument tells the pickler to use the
210 """Clears the pickler's "memo".
213 pickler has already seen, so that shared or recursive objects are
230 # The Pickler memo is a dictionary mapping object ids to 2-tuples
234 # Pickler memo so that transient objects are kept alive during
586 # found a Pickler subclass in Zope3 that calls it, so it's not harmless
1370 Pickler(file, protocol).dump(obj)
1374 Pickler(file, protocol).dump(obj)