Searched defs:PyUnicode_READY (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | unicodeobject.h | 549 #define PyUnicode_READY(op) \ macro |
/external/python/cpython3/Objects/ | ||
D | unicodeobject.c | 129 #define PyUnicode_READY(op) \ macro |