Searched refs:_LegalChars (Results 1 – 1 of 1) sorted by relevance
162 _LegalChars = string.ascii_letters + string.digits + "!#$%&'*+-.^_`|~:" variable163 _UnescapedChars = _LegalChars + ' ()/<=>?@[]{}'172 _is_legal_key = re.compile('[%s]+' % re.escape(_LegalChars)).fullmatch