Searched defs:PyLong_CheckExact (Results 1 – 2 of 2) sorted by relevance
16 #define PyLong_CheckExact(op) (Py_TYPE(op) == &PyLong_Type) macro