Home
last modified time | relevance | path

Searched refs:PyBool_Type (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Objects/
Dboolobject.c150 PyTypeObject PyBool_Type = { variable
195 PyObject_HEAD_INIT(&PyBool_Type)
200 PyObject_HEAD_INIT(&PyBool_Type)
Dobject.c2083 if (PyType_Ready(&PyBool_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/Include/
Dboolobject.h12 PyAPI_DATA(PyTypeObject) PyBool_Type;
14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
/external/python/cpython2/Doc/c-api/
Dbool.rst16 Return true if *o* is of type :c:data:`PyBool_Type`.
/external/python/cpython2/PC/os2emx/
Dpython27.def180 "PyBool_Type"
/external/python/cpython2/Python/
Dbltinmodule.c303 if (func == (PyObject *)&PyBool_Type || func == Py_None) { in builtin_filter()
2711 SETBUILTIN("bool", &PyBool_Type); in _PyBuiltin_Init()
/external/python/cpython2/Modules/
Ditertoolsmodule.c3025 if (lz->func == Py_None || lz->func == (PyObject *)&PyBool_Type) { in ifilter_next()
3170 if (lz->func == Py_None || lz->func == (PyObject *)&PyBool_Type) { in ifilterfalse_next()