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

Method close

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

Source from the content-addressed store, hash-verified

205 self.output.write(leading_space + text + "\n")
206
207 def close(self) -> None:
208 self.output.close()
209
210
211def serialize_path(input: Optional[NinjaPath]) -> str:

Callers 3

load_build_configFunction · 0.80
generate_build_ninjaFunction · 0.80
calculate_progressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected