Searched defs:PyString_InternFromString (Results 1 – 2 of 2) sorted by relevance
4792 PyString_InternFromString(const char *cp) in PyString_InternFromString() function
759 #define PyString_InternFromString(key) PyUnicode_InternFromString(key) macro