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

/external/python/cpython3/Lib/
H A Dpickle.py37 import _compat_pickle namespace
955 r_name_mapping = _compat_pickle.REVERSE_NAME_MAPPING
956 r_import_mapping = _compat_pickle.REVERSE_IMPORT_MAPPING
1384 if (module, name) in _compat_pickle.NAME_MAPPING:
1385 module, name = _compat_pickle.NAME_MAPPING[(module, name)]
1386 elif module in _compat_pickle.IMPORT_MAPPING:
1387 module = _compat_pickle.IMPORT_MAPPING[module]

Completed in 134 milliseconds