Lines Matching refs:pickle
9 .. index:: module: pickle
15 arbitrary Python objects --- anything that the :mod:`pickle` module can handle.
28 By default, pickles created with :data:`pickle.DEFAULT_PROTOCOL` are used
29 to serialize values. The version of the pickle protocol can be specified
45 :data:`pickle.DEFAULT_PROTOCOL` is now used as the default pickle
61 Because the :mod:`shelve` module is backed by :mod:`pickle`, it is insecure
62 to load a shelf from an untrusted source. Like with pickle, loading a shelf
119 By default, pickles created with :data:`pickle.DEFAULT_PROTOCOL` are used
120 to serialize values. The version of the pickle protocol can be specified
121 with the *protocol* parameter. See the :mod:`pickle` documentation for a
122 discussion of the pickle protocols.
143 :data:`pickle.DEFAULT_PROTOCOL` is now used as the default pickle
214 Module :mod:`pickle`