Searched defs:Py_UNICODE_ISPRINTABLE (Results 1 – 5 of 5) sorted by relevance
39 #define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch) macro