Home
last modified time | relevance | path

Searched refs:Py_IsTrue (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Dboolobject.h26 PyAPI_FUNC(int) Py_IsTrue(PyObject *x);
27 #define Py_IsTrue(x) Py_Is((x), Py_True) macro
/third_party/python/PC/
H A Dpython3dll.c75 EXPORT_FUNC(Py_IsTrue)
/third_party/python/Objects/
H A Dobject.c2442 #undef Py_IsTrue macro
2445 // Export Py_Is(), Py_IsNone(), Py_IsTrue(), Py_IsFalse() as regular functions
2457 int Py_IsTrue(PyObject *x) in Py_IsTrue() function
/third_party/python/Python/
H A Dceval.c4007 if (Py_IsTrue(cond)) {
4033 if (Py_IsTrue(cond)) {
4060 if (Py_IsTrue(cond)) {
4084 else if (Py_IsTrue(cond)) {
4151 if (Py_IsTrue(cond)) {
4180 if (Py_IsTrue(cond)) {

Completed in 15 milliseconds