Lines Matching refs:Pickler
41 of the :func:`Pickler` and :func:`Unpickler` classes, because in :mod:`cPickle`
170 equivalent to ``Pickler(file, protocol).dump(obj)``.
240 The :mod:`pickle` module also exports two callables [#]_, :class:`Pickler` and
244 .. class:: Pickler(file[, protocol])
259 :class:`Pickler` objects define one (or two) public methods:
289 :class:`Pickler` instance. These must then be matched to the same number of
301 binary mode or not, so it does not need a flag as in the :class:`Pickler`
478 When the :class:`Pickler` encounters an object of a type it knows nothing
574 :attr:`~Pickler.persistent_id` attribute of the pickler object and the
578 custom :func:`~Pickler.persistent_id` method that takes an object as an
595 p = pickle.Pickler(src)
833 callables :func:`Pickler` and :func:`Unpickler` are functions, not classes.
859 pickle it again using the same :class:`Pickler` instance, the object is not