Searched refs:_LegalChars (Results 1 – 2 of 2) sorted by relevance
244 _LegalChars = string.ascii_letters + string.digits + "!#$%&'*+-.^_`|~" variable312 def _quote(str, LegalChars=_LegalChars,452 LegalChars=_LegalChars,
161 _LegalChars = string.ascii_letters + string.digits + "!#$%&'*+-.^_`|~:" variable162 _UnescapedChars = _LegalChars + ' ()/<=>?@[]{}'171 _is_legal_key = re.compile('[%s]+' % re.escape(_LegalChars)).fullmatch