Lines Matching full:quote_re
1210 quote_re = re.compile(r"([\"\\])")1286 value = self.quote_re.sub(r"\\\1", cookie.value)