Searched defs:PyUnicode_AS_DATA (Results 1 – 6 of 6) sorted by relevance
702 static inline const char* PyUnicode_AS_DATA(PyObject *op) in PyUnicode_AS_DATA() function712 # define PyUnicode_AS_DATA(op) PyUnicode_AS_DATA(_PyObject_CAST(op)) macro
438 #define PyUnicode_AS_DATA(op) \ macro