D | pickle.py | 409 def __init__(self, file, protocol=None, *, fix_imports=True, argument 1138 def __init__(self, file, *, fix_imports=True, argument 1749 def _dump(obj, file, protocol=None, *, fix_imports=True, buffer_callback=None): argument 1753 def _dumps(obj, protocol=None, *, fix_imports=True, buffer_callback=None): argument 1761 def _load(file, *, fix_imports=True, encoding="ASCII", errors="strict", argument 1766 def _loads(s, /, *, fix_imports=True, encoding="ASCII", errors="strict", argument
|