Home
last modified time | relevance | path

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

12

/external/python/pybind11/include/pybind11/
Dembed.h78 if (Py_IsInitialized()) in embedded_module()
103 if (Py_IsInitialized()) in NAMESPACE_END()
/external/python/cpython3/Include/
Dpylifecycle.h18 PyAPI_FUNC(int) Py_IsInitialized(void);
/external/python/pybind11/tests/test_embed/
Dtest_interpreter.cpp121 REQUIRE(Py_IsInitialized() == 0);
124 REQUIRE(Py_IsInitialized() == 1);
/external/python/cpython3/Objects/
Dfileobject.c528 if (Py_IsInitialized() && in PyFile_SetOpenCodeHook()
534 if (Py_IsInitialized()) { in PyFile_SetOpenCodeHook()
/external/python/cffi/cffi/
D_embedding.h298 if (!Py_IsInitialized()) in _cffi_carefully_make_gil()
/external/python/cpython2/Include/
Dpythonrun.h31 PyAPI_FUNC(int) Py_IsInitialized(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def437 Py_IsInitialized
/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c363 if (!Py_IsInitialized()) { in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc345 OP_REQUIRES(ctx, Py_IsInitialized(), in Compute()
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c424 if (!Py_IsInitialized()) { in LoadPython()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c504 if (!Py_IsInitialized()) { in LoadPython()
/external/python/cpython3/PC/
Dpython3.def753 Py_IsInitialized=python38.Py_IsInitialized
/external/python/cpython3/Python/
Dsysmodule.c294 if (Py_IsInitialized()) { in PySys_AddAuditHook()
317 if (Py_IsInitialized()) in PySys_AddAuditHook()
Dpylifecycle.c130 Py_IsInitialized(void) in Py_IsInitialized() function
Dinitconfig.c408 if (Py_IsInitialized()) { in Py_SetStandardStreamEncoding()
/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/cpython3/Doc/c-api/
Dintro.rst670 .. index:: single: Py_IsInitialized()
676 by calling :c:func:`Py_FinalizeEx`. The function :c:func:`Py_IsInitialized` returns
Dinit.rst42 * :c:func:`Py_IsInitialized`
267 .. c:function:: int Py_IsInitialized()
/external/python/cpython2/Python/
Dpythonrun.c119 Py_IsInitialized(void) in Py_IsInitialized() function
/external/python/cpython2/Doc/data/
Drefcounts.dat1797 Py_IsInitialized:int:::
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst185 Py_IsInitialized flag, avoiding a Fatal Python error in certain
/external/python/cpython3/Doc/data/
Drefcounts.dat3027 Py_IsInitialized:int:::
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc4087 if (Py_IsInitialized()) {

12