Home
last modified time | relevance | path

Searched refs:_LegalChars (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/http/
Dcookies.py162 _LegalChars = string.ascii_letters + string.digits + "!#$%&'*+-.^_`|~:" variable
163 _UnescapedChars = _LegalChars + ' ()/<=>?@[]{}'
172 _is_legal_key = re.compile('[%s]+' % re.escape(_LegalChars)).fullmatch