Searched refs:COMMENT_RE (Results 1 – 3 of 3) sorted by relevance
16 COMMENT_RE = re.compile(r'\s*#.*') variable94 stripline = COMMENT_RE.sub(r'', line)123 if COMMENT_RE.match(line):
16 COMMENT_RE = re.compile(r"\s*#.*") variable96 stripline = COMMENT_RE.sub(r"", line)124 if COMMENT_RE.match(line):
19 COMMENT_RE = re.compile(r" *#(!.*| (?P<content>.*))?") variable80 match = COMMENT_RE.match(line)145 comment_match = COMMENT_RE.match(line)