Searched refs:_SEPARATORS (Results 1 – 1 of 1) sorted by relevance
39 _SEPARATORS = '()<>@,;:\\"/[]?={} \t' variable142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):204 if c == '"' or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):