Lines Matching refs:PyUnicode_CheckExact
66 #define PyUnicode_CheckExact(op) 0429 #define PyUnicode_CheckExact(op) (Py_TYPE(op) == &PyUnicode_Type)