Searched defs:Py_ISDIGIT (Results 1 – 2 of 2) sorted by relevance
20 #define Py_ISDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT) macro