Home
last modified time | relevance | path

Searched defs:path_hooks (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dimport.c57 PyObject *v, *path_hooks = NULL; in _PyImportHooks_Init() local
94 PyObject *path_hooks, *zipimport; in _PyImportZip_Init() local
1186 PyObject *path_hooks, PyObject *p) in get_path_importer()
1236 PyObject *importer=NULL, *path_importer_cache=NULL, *path_hooks=NULL; in PyImport_GetImporter() local
/external/python/cpython2/Python/
Dimport.c202 PyObject *v, *path_hooks = NULL, *zimpimport; in _PyImportHooks_Init() local
1253 get_path_importer(PyObject *path_importer_cache, PyObject *path_hooks, in get_path_importer()
1310 PyObject *importer=NULL, *path_importer_cache=NULL, *path_hooks=NULL; in PyImport_GetImporter() local
1344 PyObject *path_hooks, *path_importer_cache; in find_module() local