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