Home
last modified time | relevance | path

Searched defs:REVERSE_IMPORT_MAPPING (Results 1 - 2 of 2) 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
/third_party/python/Lib/test/
H A Dtest_pickle.py1 from _compat_pickle import (IMPORT_MAPPING, REVERSE_IMPORT_MAPPING, namespace

Completed in 2 milliseconds