Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A 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/
H A Dunicodeobject.c156 #undef PyUnicode_READY macro
157 #define PyUnicode_READY(op) \ macro
[all...]

Completed in 13 milliseconds