Searched defs:pickle_protocol (Results 1 – 5 of 5) 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
85 pickle_protocol = 0 # Protocol to use when writing pickle files variable
93 pickle_protocol = 0 # Protocol to use when writing pickle files variable
92 pickle_protocol = 0 # Protocol to use when writing pickle files variable