Searched defs:PyUnicode_READY (Results 1 – 6 of 6) sorted by relevance
492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
157 #define PyUnicode_READY(op) \ macro