Searched defs:PyInt_Check (Results 1 – 4 of 4) sorted by relevance
30 #define PyInt_Check(op) \ macro
11 #define PyInt_Check PyLong_Check macro
52 #define PyInt_Check PyLong_Check macro
756 #define PyInt_Check(x) PyLong_Check(x) macro