Searched refs:_UnescapedChars (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | cookies.py | 163 _UnescapedChars = _LegalChars + ' ()/<=>?@[]{}' variable 166 for n in set(range(256)) - set(map(ord, _UnescapedChars))} |
Completed in 2 milliseconds