Home | History | Annotate | Download | only in python2.7

Lines Matching defs:PyUnicode_CheckExact

66 #define PyUnicode_CheckExact(op)            0
429 #define PyUnicode_CheckExact(op) (Py_TYPE(op) == &PyUnicode_Type)