Searched refs:Py_IsInitialized (Results 1 – 21 of 21) sorted by relevance
99 if (!Py_IsInitialized()) { in LLVMFuzzerTestOneInput()
31 PyAPI_FUNC(int) Py_IsInitialized(void);
105 PyAPI_FUNC(int) Py_IsInitialized(void);
437 Py_IsInitialized
419 if (!Py_IsInitialized()) { in LoadPython()
504 if (!Py_IsInitialized()) { in LoadPython()
158 Py_IsInitialized(void) in Py_IsInitialized() function173 if (Py_IsInitialized()) { in Py_SetStandardStreamEncoding()
518 OP_REQUIRES(ctx, Py_IsInitialized(), in Compute()
750 Py_IsInitialized=python37.Py_IsInitialized
1080 "Py_IsInitialized"
652 .. index:: single: Py_IsInitialized()658 by calling :c:func:`Py_FinalizeEx`. The function :c:func:`Py_IsInitialized` returns
264 .. c:function:: int 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()
119 Py_IsInitialized(void) in Py_IsInitialized() function
1797 Py_IsInitialized:int:::
185 Py_IsInitialized flag, avoiding a Fatal Python error in certain
3106 if (Py_IsInitialized()) {
2992 Py_IsInitialized:int:::
11080 rather than the Py_IsInitialized flag, avoiding a Fatal Python30213 finalizes. There's also a new API, Py_IsInitialized() which checks
12834 finalizes. There's also a new API, Py_IsInitialized() which checks