Searched refs:comment_lines (Results 1 – 1 of 1) sorted by relevance
69 comment_lines: str = '' # The comment lines above the entry line variable in ExpectedUpstreamEntry78 self.comment_lines == other.comment_lines)98 comment_lines = '' # Store the comment lines in the next entry103 comment_lines += line106 entry = self.parse_line(stripped, comment_lines)108 comment_lines = ''116 file.write(e.comment_lines)130 header = entries[0].comment_lines131 entries[0].comment_lines = ''134 entries[0].comment_lines = header + entries[0].comment_lines[all …]