Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dimport.h7 PyAPI_FUNC(int) _PyImport_IsInitialized(PyInterpreterState *);
/third_party/python/Objects/
Dmoduleobject.c176 if (!_PyImport_IsInitialized(_PyInterpreterState_GET())) { in PyModule_Create2()
/third_party/python/Python/
Dimport.c285 _PyImport_IsInitialized(PyInterpreterState *interp) in _PyImport_IsInitialized() function