Home | History | Annotate | Download | only in Modules

Lines Matching full:isalnum

790     if (end == s || !isalnum(Py_CHARMASK(end[-1])))