Searched defs:PyUnicode_IS_READY (Results 1 – 5 of 5) sorted by relevance
268 static inline unsigned int PyUnicode_IS_READY(PyObject *op) { in PyUnicode_IS_READY() function272 # define PyUnicode_IS_READY(op) PyUnicode_IS_READY(_PyObject_CAST(op)) macro