Home
last modified time | relevance | path

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

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