Searched defs:PyString_FromString (Results 1 – 2 of 2) sorted by relevance
754 #define PyString_FromString(x) PyUnicode_FromString(x) macro