Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h65 #define PyUnicode_Check(op) 0 macro
427 #define PyUnicode_Check(op) \ macro
/external/python/cpython3/Include/
Dunicodeobject.h362 #define PyUnicode_Check(op) \ macro