Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
D_bootstrap.py958 def _find_and_load(name, import_): function
978 return _find_and_load(name, _gcd_import)
/external/python/cpython3/Python/
Dimport.c1492 _Py_IDENTIFIER(_find_and_load); in PyImport_ImportModuleLevelObject()