Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
Dcookies.py187 _OctalPatt = re.compile(r"\\[0-3][0-7][0-7]") variable
212 o_match = _OctalPatt.search(str, i)