Home
last modified time | relevance | path

Searched refs:Py_IsInitialized (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h31 PyAPI_FUNC(int) Py_IsInitialized(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def437 Py_IsInitialized
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c504 if (!Py_IsInitialized()) { in LoadPython()
/external/python/cpython2/PC/os2emx/
Dpython27.def1080 "Py_IsInitialized"
/external/python/cpython2/Doc/c-api/
Dintro.rst569 .. index:: single: Py_IsInitialized()
575 by calling :c:func:`Py_Finalize`. The function :c:func:`Py_IsInitialized` returns
Dinit.rst53 .. c:function:: int Py_IsInitialized()
/external/python/cpython2/Python/
Dpythonrun.c112 Py_IsInitialized(void) in Py_IsInitialized() function
/external/python/cpython2/Doc/data/
Drefcounts.dat1797 Py_IsInitialized:int:::
/external/python/cpython2/Misc/
DNEWS4920 rather than the Py_IsInitialized flag, avoiding a Fatal Python
DHISTORY12834 finalizes. There's also a new API, Py_IsInitialized() which checks