Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcookielib.py1227 strict_domain_re = re.compile(r"\.?[^.]*") variable in CookieJar
/external/python/cpython3/Lib/http/
Dcookiejar.py1252 strict_domain_re = re.compile(r"\.?[^.]*") variable in CookieJar