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