HomeSort by relevance Sort by last modified time
    Searched defs:Py_True (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
24 #define Py_True ((PyObject *) &_Py_TrueStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
24 #define Py_True ((PyObject *) &_Py_TrueStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /external/python/cpython2/Include/
boolobject.h 16 /* Py_False and Py_True are the only two bools in existence.
24 #define Py_True ((PyObject *) &_Py_TrueStruct)
26 /* Macros for returning Py_True or Py_False, respectively */
27 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True
  /external/python/cpython3/Include/
boolobject.h 14 /* Py_False and Py_True are the only two bools in existence.
22 #define Py_True ((PyObject *) &_Py_TrueStruct)
24 /* Macros for returning Py_True or Py_False, respectively */
25 #define Py_RETURN_TRUE return Py_INCREF(Py_True), Py_True

Completed in 106 milliseconds