Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DCookie.py328 _QuotePatt = re.compile(r"[\\].") variable
353 Qmatch = _QuotePatt.search(str, i)
/external/python/cpython3/Lib/http/
Dcookies.py187 _QuotePatt = re.compile(r"[\\].") variable
212 q_match = _QuotePatt.search(str, i)