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