Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ninja
Function · 0.95
write_custom_step
Function · 0.80
write
Method · 0.80
c_build
Function · 0.80
asm_build
Function · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected