Lines Matching refs:fix_imports
216 .. function:: dump(obj, file, protocol=None, \*, fix_imports=True, buffer_callback=None)
222 Arguments *file*, *protocol*, *fix_imports* and *buffer_callback* have
228 .. function:: dumps(obj, protocol=None, \*, fix_imports=True, buffer_callback=None)
233 Arguments *protocol*, *fix_imports* and *buffer_callback* have the same
239 .. function:: load(file, \*, fix_imports=True, encoding="ASCII", errors="strict", buffers=None)
249 Arguments *file*, *fix_imports*, *encoding*, *errors*, *strict* and *buffers*
255 .. function:: loads(data, /, \*, fix_imports=True, encoding="ASCII", errors="strict", buffers=None)
264 Arguments *file*, *fix_imports*, *encoding*, *errors*, *strict* and *buffers*
299 .. class:: Pickler(file, protocol=None, \*, fix_imports=True, buffer_callback=None)
313 If *fix_imports* is true and *protocol* is less than 3, pickle will try to
394 .. class:: Unpickler(file, \*, fix_imports=True, encoding="ASCII", errors="strict", buffers=None)
408 The optional arguments *fix_imports*, *encoding* and *errors* are used
410 If *fix_imports* is true, pickle will try to map the old Python 2 names