Searched defs:PyString_AS_STRING (Results 1 – 3 of 3) sorted by relevance
11 #define PyString_AS_STRING PyBytes_AS_STRING macro
761 #define PyString_AS_STRING(x) PyUnicode_AS_STRING(x) macro
757 #define PyString_AS_STRING(x) PyUnicode_AS_STRING(x) macro