Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DCookie.py327 _OctalPatt = re.compile(r"\\[0-3][0-7][0-7]") variable
352 Omatch = _OctalPatt.search(str, i)
/external/python/cpython3/Lib/http/
Dcookies.py186 _OctalPatt = re.compile(r"\\[0-3][0-7][0-7]") variable
211 o_match = _OctalPatt.search(str, i)