| D | pickle.py | 409 def __init__(self, file, protocol=None, *, fix_imports=True, argument 1139 def __init__(self, file, *, fix_imports=True, argument 1750 def _dump(obj, file, protocol=None, *, fix_imports=True, buffer_callback=None): argument 1754 def _dumps(obj, protocol=None, *, fix_imports=True, buffer_callback=None): argument 1762 def _load(file, *, fix_imports=True, encoding="ASCII", errors="strict", argument 1767 def _loads(s, /, *, fix_imports=True, encoding="ASCII", errors="strict", argument
|