Home | History | Annotate | Download | only in python2.7

Lines Matching full:isspace

859 #undef isspace
860 #define isspace(c) iswspace(btowc(c))