Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/raspberrypi/documentation
/ subninja
Method
subninja
scripts/ninja_syntax.py:122–123 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
120
self._line(
'include %s'
% path)
121
122
def
subninja(self, path):
123
self._line(
'subninja %s'
% path)
124
125
def
default(self, paths):
126
self._line(
'default %s'
%
' '
.join(as_list(paths)))
Callers
nothing calls this directly
Calls
1
_line
Method · 0.95
Tested by
no test coverage detected