Searched refs:PyBool_Type (Results 1 – 7 of 7) sorted by relevance
150 PyTypeObject PyBool_Type = { variable195 PyObject_HEAD_INIT(&PyBool_Type)200 PyObject_HEAD_INIT(&PyBool_Type)
2083 if (PyType_Ready(&PyBool_Type) < 0) in _Py_ReadyTypes()
12 PyAPI_DATA(PyTypeObject) PyBool_Type;14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type)
16 Return true if *o* is of type :c:data:`PyBool_Type`.
180 "PyBool_Type"
303 if (func == (PyObject *)&PyBool_Type || func == Py_None) { in builtin_filter()2711 SETBUILTIN("bool", &PyBool_Type); in _PyBuiltin_Init()
3025 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()