Home
last modified time | relevance | path

Searched refs:comment_lines (Results 1 – 1 of 1) sorted by relevance

/libcore/tools/expected_upstream/
Dcommon_util.py69 comment_lines: str = '' # The comment lines above the entry line variable in ExpectedUpstreamEntry
78 self.comment_lines == other.comment_lines)
98 comment_lines = '' # Store the comment lines in the next entry
103 comment_lines += line
106 entry = self.parse_line(stripped, comment_lines)
108 comment_lines = ''
116 file.write(e.comment_lines)
130 header = entries[0].comment_lines
131 entries[0].comment_lines = ''
134 entries[0].comment_lines = header + entries[0].comment_lines
[all …]