Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dimport.h43 PyAPI_FUNC(int) _PyImport_IsInitialized(PyInterpreterState *);
/external/python/cpython3/Objects/
Dmoduleobject.c176 if (!_PyImport_IsInitialized(_PyInterpreterState_Get())) in PyModule_Create2()
/external/python/cpython3/Python/
Dimport.c324 _PyImport_IsInitialized(PyInterpreterState *interp) in _PyImport_IsInitialized() function