OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Py_True
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
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
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
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
Completed in 45 milliseconds