Searched refs:magic_re (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | cookiejar.py | 1259 magic_re = re.compile(r"^\#LWP-Cookies-(\d+\.\d+)", re.ASCII) variable in CookieJar 1905 if not self.magic_re.search(magic): |
Completed in 3 milliseconds