Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
def
serialize_path(input: Optional[NinjaPath]) -> str:
Callers
3
load_build_config
Function · 0.80
generate_build_ninja
Function · 0.80
calculate_progress
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected