Home
last modified time | relevance | path

Searched defs:PyUnicode_CheckExact (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h66 #define PyUnicode_CheckExact(op) 0 macro
429 #define PyUnicode_CheckExact(op) (Py_TYPE(op) == &PyUnicode_Type) macro
/external/python/cpython3/Include/
Dunicodeobject.h364 #define PyUnicode_CheckExact(op) (Py_TYPE(op) == &PyUnicode_Type) macro