Searched defs:Py_False (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Include/
H A Dboolobject.h16 /* Py_False and Py_True are the only two bools in existence.
23 #define Py_False ((PyObject *) &_Py_ZeroStruct) macro
26 /* Macros for returning Py_True or Py_False, respectively */
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False

Completed in 73 milliseconds