Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h427 #define PyUnicode_READY(op) \ macro
/external/python/cpython3/Objects/
Dunicodeobject.c148 #define PyUnicode_READY(op) \ macro