Home
last modified time | relevance | path

Searched refs:_PyImport_IsInitialized (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dimport.h45 PyAPI_FUNC(int) _PyImport_IsInitialized(PyInterpreterState *);
/external/python/cpython3/Objects/
Dmoduleobject.c176 if (!_PyImport_IsInitialized(PyThreadState_GET()->interp)) in PyModule_Create2()
/external/python/cpython3/Python/
Dimport.c320 _PyImport_IsInitialized(PyInterpreterState *interp) in _PyImport_IsInitialized() function