Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimport.c58 PyObject *v, *path_hooks = NULL; in _PyImportHooks_Init() local
95 PyObject *path_hooks, *zimpimport; in _PyImportZip_Init() local
1090 get_path_importer(PyObject *path_importer_cache, PyObject *path_hooks, in get_path_importer()
1139 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