Searched defs:PyString_AS_STRING (Results 1 – 4 of 4) sorted by relevance
91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) macro
441 #define PyString_AS_STRING PyUnicode_AS_UNICODE in rjsmin_jsmin() macro
1086 #define PyString_AS_STRING PyUnicode_AS_UNICODE in rcssmin_cssmin() macro
761 #define PyString_AS_STRING(x) PyUnicode_AS_STRING(x) macro