Searched defs:pickle_protocol (Results 1 – 6 of 6) sorted by relevance
678 def _legacy_save(obj, f, pickle_module, pickle_protocol) -> None: argument822 def _save(obj, zip_file, pickle_module, pickle_protocol, _disable_byteorder_record): argument
19 PyObject *pickle_dumps, *pickle_loads, *pickle_protocol; variable
92 pickle_protocol = 0 # Protocol to use when writing pickle files variable
85 pickle_protocol = 0 # Protocol to use when writing pickle files variable
93 pickle_protocol = 0 # Protocol to use when writing pickle files variable