Searched defs:PySet_CheckExact (Results 1 – 5 of 5) sorted by relevance
35 #define PySet_CheckExact(op) Py_IS_TYPE(op, &PySet_Type) macro