MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / newline

Method newline

tools/ninja_syntax.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 self.width = width
42
43 def newline(self) -> None:
44 self.output.write("\n")
45
46 def comment(self, text: str) -> None:
47 for line in textwrap.wrap(

Callers 5

generate_build_ninjaFunction · 0.95
write_custom_stepFunction · 0.80
writeMethod · 0.80
c_buildFunction · 0.80
asm_buildFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected