Searched defs:PyUnicode_CheckExact (Results 1 – 6 of 6) sorted by relevance
116 #define PyUnicode_CheckExact(op) Py_IS_TYPE(op, &PyUnicode_Type) macro
66 #define PyUnicode_CheckExact(op) 0 macro429 #define PyUnicode_CheckExact(op) (Py_TYPE(op) == &PyUnicode_Type) macro