Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimport.c1676 PyObject *final_mod = NULL; in PyImport_ImportModuleLevelObject() local
1778 final_mod = mod; in PyImport_ImportModuleLevelObject()
1789 final_mod = PyImport_ImportModuleLevelObject(front, NULL, NULL, NULL, 0); in PyImport_ImportModuleLevelObject()
1801 final_mod = PyImport_GetModule(to_return); in PyImport_ImportModuleLevelObject()
1803 if (final_mod == NULL) { in PyImport_ImportModuleLevelObject()
1812 final_mod = mod; in PyImport_ImportModuleLevelObject()
1817 final_mod = _PyObject_CallMethodIdObjArgs(interp->importlib, in PyImport_ImportModuleLevelObject()
1827 if (final_mod == NULL) in PyImport_ImportModuleLevelObject()
1829 return final_mod; in PyImport_ImportModuleLevelObject()