Searched defs:PyBool_Check (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | boolobject.h | 14 #define PyBool_Check(x) (Py_TYPE(x) == &PyBool_Type) macro |
/external/python/cpython2/Modules/ | ||
D | _tkinter.c | 46 #define PyBool_Check(o) 0 macro |