Searched defs:magic_re (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | _MozillaCookieJar.py | 39 magic_re = "#( Netscape)? HTTP Cookie File" variable in MozillaCookieJar |
D | cookielib.py | 1231 magic_re = r"^\#LWP-Cookies-(\d+\.\d+)" variable in CookieJar |
/external/python/cpython3/Lib/http/ | ||
D | cookiejar.py | 1247 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar |