Home
last modified time | relevance | path

Searched defs:Py_IsTrue (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Dboolobject.h27 #define Py_IsTrue(x) Py_Is((x), Py_True) macro
/third_party/python/Objects/
Dobject.c2332 int Py_IsTrue(PyObject *x) in Py_IsTrue() function