OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Py_False
(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.
23
#define
Py_False
((PyObject *) &_Py_ZeroStruct)
26
/* Macros for returning Py_True or
Py_False
, respectively */
28
#define Py_RETURN_FALSE return Py_INCREF(
Py_False
),
Py_False
/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.
23
#define
Py_False
((PyObject *) &_Py_ZeroStruct)
26
/* Macros for returning Py_True or
Py_False
, respectively */
28
#define Py_RETURN_FALSE return Py_INCREF(
Py_False
),
Py_False
Completed in 81 milliseconds