Home
last modified time | relevance | path

Searched refs:REVERSE_IMPORT_MAPPING (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A D_compat_pickle.py165 REVERSE_IMPORT_MAPPING = dict((v, k) for (k, v) in IMPORT_MAPPING.items()) variable
166 assert len(REVERSE_IMPORT_MAPPING) == len(IMPORT_MAPPING)
189 REVERSE_IMPORT_MAPPING.update({
H A Dpickle.py1107 r_import_mapping = _compat_pickle.REVERSE_IMPORT_MAPPING
/third_party/python/Lib/test/
H A Dtest_pickle.py1 from _compat_pickle import (IMPORT_MAPPING, REVERSE_IMPORT_MAPPING, namespace
386 elif module in REVERSE_IMPORT_MAPPING:
387 module = REVERSE_IMPORT_MAPPING[module]
424 modules |= set(REVERSE_IMPORT_MAPPING)
434 for module3, module2 in REVERSE_IMPORT_MAPPING.items():
473 REVERSE_IMPORT_MAPPING.get(module3, None) != module2):
480 module = REVERSE_IMPORT_MAPPING.get(module3, module3)

Completed in 5 milliseconds