Searched refs:import_find_and_load (Results 1 – 2 of 2) sorted by relevance
79 Python/import.c:import_find_and_load():accumulated static _PyTime_t accumulated80 Python/import.c:import_find_and_load():header static int header81 Python/import.c:import_find_and_load():import_level static int import_level500 Python/import.c:import_find_and_load():PyId__find_and_load _Py_IDENTIFIER(_find_and_load)
3648 import_find_and_load(PyThreadState *tstate, PyObject *abs_name) in import_find_and_load() function3774 mod = import_find_and_load(tstate, abs_name); in PyImport_ImportModuleLevelObject()