Macros | |
| #define | PyBool_Check(x) | 
| #define | Py_False | 
| #define | Py_True | 
| #define | Py_RETURN_TRUE | 
| #define | Py_RETURN_FALSE | 
Functions | |
| PyAPI_DATA (PyTypeObject) PyBool_Type | |
| PyAPI_DATA (struct _longobject) _Py_FalseStruct | |
| PyAPI_FUNC (PyObject *) PyBool_FromLong(long) | |
Variables | |
| _Py_TrueStruct | |
| #define PyBool_Check | ( | x | ) | 
| #define Py_False | 
| #define Py_True | 
| #define Py_RETURN_TRUE | 
| #define Py_RETURN_FALSE | 
| PyAPI_DATA | ( | PyTypeObject | ) | 
| PyAPI_DATA | ( | struct _longobject | ) | 
| PyAPI_FUNC | ( | PyObject * | ) | 
| _Py_TrueStruct |