Home
last modified time | relevance | path

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

12

/external/python/pybind11/include/pybind11/
Dembed.h79 if (Py_IsInitialized()) in embedded_module()
104 if (Py_IsInitialized()) in PYBIND11_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/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc109 if (!Py_IsInitialized()) return; in Start()
157 if (!Py_IsInitialized()) return; in Stop()
/external/python/cpython3/Objects/
Dfileobject.c529 if (Py_IsInitialized() && in PyFile_SetOpenCodeHook()
535 if (Py_IsInitialized()) { in PyFile_SetOpenCodeHook()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.h83 if (Py_IsInitialized()) in ~StructuredPythonObject()
240 if (m_py_obj && Py_IsInitialized() && type == PyRefType::Borrowed)
255 if (m_py_obj && Py_IsInitialized())
/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.c427 if (!Py_IsInitialized()) { in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc352 OP_REQUIRES(ctx, Py_IsInitialized(), in Compute()
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c469 if (!Py_IsInitialized()) { in LoadPython()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c504 if (!Py_IsInitialized()) { in LoadPython()
/external/python/cpython3/PC/
Dpython3.def754 Py_IsInitialized=python39.Py_IsInitialized
/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.rst716 .. index:: single: Py_IsInitialized()
722 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/cpython3/Python/
Dpylifecycle.c123 Py_IsInitialized(void) in Py_IsInitialized() function
Dinitconfig.c445 if (Py_IsInitialized()) { in Py_SetStandardStreamEncoding()
/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.dat3033 Py_IsInitialized:int:::

12