Searched defs:PyInt_CheckExact (Results 1 – 2 of 2) sorted by relevance
32 #define PyInt_CheckExact(op) ((op)->ob_type == &PyInt_Type) macro