Searched defs:PyLong_Check (Results 1 – 7 of 7) sorted by relevance
14 #define PyLong_Check(op) \ macro
12 #define PyLong_Check(op) \ macro
248 PARSE_VALUE(ParseIntValue, int, PyLong_Check, PyLong_AsLong) in PARSE_VALUE() argument