Home
last modified time | relevance | path

Searched refs:_fix_up_module (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_helpers.py20 _bootstrap_external._fix_up_module(ns, name, path)
30 _bootstrap_external._fix_up_module(ns, name, path, path)
52 _bootstrap_external._fix_up_module(ns, name, path)
/external/python/cpython3/Lib/importlib/
D_bootstrap.py1035 def _fix_up_module(cls, module): member in FrozenImporter
1194 cls._fix_up_module(module)
1523 loader._fix_up_module(module)
D_bootstrap_external.py1770 def _fix_up_module(ns, name, pathname, cpathname=None): function
/external/python/cpython3/Lib/
Dzipimport.py242 _bootstrap_external._fix_up_module(mod.__dict__, fullname, modpath)
/external/python/cpython3/Include/internal/
Dpycore_global_strings.h245 STRUCT_FOR_ID(_fix_up_module)
Dpycore_runtime_init_generated.h754 INIT_ID(_fix_up_module), \
Dpycore_global_objects_fini_generated.h756 _PyStaticObject_CheckRefcnt((PyObject *)&_Py_ID(_fix_up_module)); in _PyStaticObjects_CheckRefcnt()
Dpycore_unicodeobject_generated.h771 string = &_Py_ID(_fix_up_module); in _PyUnicode_InitStaticStrings()
/external/python/cpython3/Python/
Dimport.c2672 res = PyObject_CallMethodObjArgs(external, &_Py_ID(_fix_up_module), in PyImport_ExecCodeModuleObject()
/external/python/cpython3/Tools/c-analyzer/
DTODO492 Python/import.c:PyImport_ExecCodeModuleObject():PyId__fix_up_module _Py_IDENTIFIER(_fix_up_module)