Searched refs:comment_regex (Results 1 – 2 of 2) sorted by relevance
63 comment_regex = r'^(\s*)//\s(.*)$' variable66 return re.search(comment_regex, line)78 match = re.search(comment_regex, line)82 match = re.search(comment_regex, line)
529 comment_regex = re.compile(r'^\s*#') variable in TextFSM683 if self.comment_regex.match(line):751 if line and not self.comment_regex.match(line):777 if self.comment_regex.match(line):