Searched defs:Py_IsTrue (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | boolobject.h | 27 #define Py_IsTrue(x) Py_Is((x), Py_True) macro |
/external/python/cpython3/Objects/ | ||
D | object.c | 2342 int Py_IsTrue(PyObject *x) in Py_IsTrue() function |