Searched refs:COOKIE_RE (Results 1 – 1 of 1) sorted by relevance
156 COOKIE_RE = re.compile(r"^[ \t]*#.*coding[:=][ \t]*([-\w.]+)", flags=re.MULTILINE) variable211 matches = COOKIE_RE.findall(line_string)294 source = COOKIE_RE.sub("# (deleted declaration)", source, count=1)