Searched refs:non_word_re (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | cookiejar.py | 1253 non_word_re = re.compile(r"\W") variable in CookieJar 1329 self.non_word_re.search(cookie.value) and version > 0): |
Completed in 3 milliseconds