Home
last modified time | relevance | path

Searched refs:_PyImportHooks_Init (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h124 PyAPI_FUNC(void) _PyImportHooks_Init(void);
/external/python/cpython3/Include/
Dpylifecycle.h172 PyAPI_FUNC(_PyInitError) _PyImportHooks_Init(void);
/external/python/cpython3/Python/
Dpylifecycle.c803 err = _PyImportHooks_Init(); in _Py_InitializeCore_impl()
1451 err = _PyImportHooks_Init(); in new_interpreter()
Dimport.c56 _PyImportHooks_Init(void) in _PyImportHooks_Init() function
/external/python/cpython2/Python/
Dpythonrun.c269 _PyImportHooks_Init(); in Py_InitializeEx()
627 _PyImportHooks_Init(); in Py_NewInterpreter()
Dimport.c200 _PyImportHooks_Init(void) in _PyImportHooks_Init() function
/external/python/cpython2/PC/os2emx/
Dpython27.def957 "_PyImportHooks_Init"