Searched refs:single_line_comment_re (Results 1 – 2 of 2) sorted by relevance
184 single_line_comment_re = re.compile(r'//.*$', flags=re.MULTILINE)186 file_contents = re.sub(single_line_comment_re, '', file_contents)
69 single_line_comment_re = re.compile(r'\s*//') variable in HeaderParser96 if HeaderParser.single_line_comment_re.match(line):