Searched defs:Py_IsFalse (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | boolobject.h | 31 #define Py_IsFalse(x) Py_Is((x), Py_False) macro |
/external/python/cpython3/Objects/ | ||
D | object.c | 2347 int Py_IsFalse(PyObject *x) in Py_IsFalse() function |