Home
last modified time | relevance | path

Searched refs:_compat_pickle (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dpickle.py37 import _compat_pickle namespace
1106 r_name_mapping = _compat_pickle.REVERSE_NAME_MAPPING
1107 r_import_mapping = _compat_pickle.REVERSE_IMPORT_MAPPING
1576 if (module, name) in _compat_pickle.NAME_MAPPING:
1577 module, name = _compat_pickle.NAME_MAPPING[(module, name)]
1578 elif module in _compat_pickle.IMPORT_MAPPING:
1579 module = _compat_pickle.IMPORT_MAPPING[module]
/third_party/python/Lib/test/
H A Dtest_pickle.py1 from _compat_pickle import (IMPORT_MAPPING, REVERSE_IMPORT_MAPPING,

Completed in 4 milliseconds