Home
last modified time | relevance | path

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

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