Searched defs:Py_IsFalse (Results 1 – 7 of 7) sorted by relevance
31 #define Py_IsFalse(x) Py_Is((x), Py_False) macro
123 # define Py_IsFalse(x) Py_Is(x, Py_False) macro
2462 int Py_IsFalse(PyObject *x) in Py_IsFalse() function