Home
last modified time | relevance | path

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

/third_party/python/Include/
Dboolobject.h31 #define Py_IsFalse(x) Py_Is((x), Py_False) macro
/third_party/python/Objects/
Dobject.c2337 int Py_IsFalse(PyObject *x) in Py_IsFalse() function