Searched defs:PyString_CheckExact (Results 1 – 2 of 2) sorted by relevance
60 #define PyString_CheckExact(op) (Py_TYPE(op) == &PyString_Type) macro