Searched defs:PyString_InternFromString (Results 1 – 2 of 2) sorted by relevance
52 #define PyString_InternFromString PyUnicode_InternFromString macro
759 #define PyString_InternFromString(key) PyUnicode_InternFromString(key) macro