Searched defs:PyString_AS_STRING (Results 1 – 2 of 2) sorted by relevance
91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) macro