Searched defs:PyBool_Check (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Include/
H A Dboolobject.h14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type) macro
/external/python/cpython3/Include/
H A Dboolobject.h12 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type) macro
/external/python/cpython2/Modules/
H A D_tkinter.c45 #ifndef PyBool_Check
46 #define PyBool_Check(o) 0 macro
1096 if (PyBool_Check(value))

Completed in 199 milliseconds