Home
last modified time | relevance | path

Searched refs:Py_IsTrue (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dboolobject.h26 PyAPI_FUNC(int) Py_IsTrue(PyObject *x);
27 #define Py_IsTrue(x) Py_Is((x), Py_True) macro
/third_party/python/Objects/
Dobject.c2317 #undef Py_IsTrue
2332 int Py_IsTrue(PyObject *x) in Py_IsTrue() function
/third_party/python/PC/
Dpython3dll.c79 EXPORT_FUNC(Py_IsTrue)
/third_party/python/Doc/data/
Dstable_abi.dat813 function,Py_IsTrue,3.10,
/third_party/python/Doc/c-api/
Dstructures.rst80 .. c:function:: int Py_IsTrue(const PyObject *x)
/third_party/python/Python/
Dceval.c3747 if (Py_IsTrue(cond)) { in _PyEval_EvalFrameDefault()
3778 if (Py_IsTrue(cond)) { in _PyEval_EvalFrameDefault()
3800 if (Py_IsTrue(cond)) { in _PyEval_EvalFrameDefault()
3829 if (Py_IsTrue(cond)) { in _PyEval_EvalFrameDefault()
/third_party/python/Misc/
Dstable_abi.txt2113 function Py_IsTrue
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1805 :c:func:`Py_IsNone`, :c:func:`Py_IsTrue`, :c:func:`Py_IsFalse` functions to
/third_party/python/Doc/whatsnew/
D3.10.rst2112 :c:func:`Py_IsNone`, :c:func:`Py_IsTrue`, :c:func:`Py_IsFalse` functions to