Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h288 static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) { in PyUnicode_IS_COMPACT() function
292 # define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op)) macro