Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
Dcookies.py188 _QuotePatt = re.compile(r"[\\].") variable
213 q_match = _QuotePatt.search(str, i)