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