Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h492 static inline int PyUnicode_READY(PyObject *op) in PyUnicode_READY() function
500 # define PyUnicode_READY(op) PyUnicode_READY(_PyObject_CAST(op)) macro
/third_party/python/Objects/
Dunicodeobject.c157 #define PyUnicode_READY(op) \ macro