Searched refs:Py_IsInitialized (Results 1 – 10 of 10) sorted by relevance
31 PyAPI_FUNC(int) Py_IsInitialized(void);
437 Py_IsInitialized
504 if (!Py_IsInitialized()) { in LoadPython()
1080 "Py_IsInitialized"
569 .. index:: single: Py_IsInitialized()575 by calling :c:func:`Py_Finalize`. The function :c:func:`Py_IsInitialized` returns
53 .. c:function:: int Py_IsInitialized()
112 Py_IsInitialized(void) in Py_IsInitialized() function
1797 Py_IsInitialized:int:::
4920 rather than the Py_IsInitialized flag, avoiding a Fatal Python
12834 finalizes. There's also a new API, Py_IsInitialized() which checks