Searched defs:isctrl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/curses/ | ||
D | ascii.py | 68 def isctrl(c): return 0 <= _ctoi(c) < 32 function |
/external/python/cpython3/Lib/curses/ | ||
D | ascii.py | 68 def isctrl(c): return 0 <= _ctoi(c) < 32 function |