Searched refs:is_comment (Results 1 – 3 of 3) sorted by relevance
52 def is_comment(line): function76 elif printing and not is_comment(line):
91 is_comment = line and len(line) and line[0] == '#'94 if (not is_comment and
107 def is_comment(line): function123 if is_comment(line) or is_empty_line(line):