Searched refs:dots_re (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | cookielib.py | 1229 dots_re = re.compile(r"^\.+") variable in CookieJar |
/external/python/cpython3/Lib/http/ | ||
D | cookiejar.py | 1245 dots_re = re.compile(r"^\.+") variable in CookieJar |