Lines Matching refs:excname
151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')