Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimport.c962 get_path_importer(PyObject *path_importer_cache, PyObject *path_hooks, in get_path_importer() function
1016 importer = get_path_importer(path_importer_cache, in PyImport_GetImporter()
/external/python/cpython2/Python/
Dimport.c1231 get_path_importer(PyObject *path_importer_cache, PyObject *path_hooks, in get_path_importer() function
1292 importer = get_path_importer(path_importer_cache, in PyImport_GetImporter()
1481 importer = get_path_importer(path_importer_cache, in find_module()