Searched refs:_is_ctl (Results 1 – 1 of 1) sorted by relevance
48 def _is_ctl(c): function142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):187 elif _is_ctl(c):204 if c == '"' or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):207 if c == '"' or _is_ctl(c):