MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / output_line

Method output_line

scripts/comment_convert.py:44–48  ·  view source on GitHub ↗
(self, line=None)

Source from the content-addressed store, hash-verified

42 "Have we read our first non-comment line yet?"
43
44 def output_line(self, line=None):
45 if line:
46 self.output_lines.append(line)
47 else:
48 self.output_lines.append("")
49
50 def output_normal_line(self, line):
51 # flush any comment lines we had stored and output this line.

Callers 4

output_normal_lineMethod · 0.95
dump_comment_linesMethod · 0.95
process_lineMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected