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