MCPcopy
hub / github.com/raspberrypi/documentation / default

Method default

scripts/ninja_syntax.py:125–126  ·  view source on GitHub ↗
(self, paths)

Source from the content-addressed store, hash-verified

123 self._line('subninja %s' % path)
124
125 def default(self, paths):
126 self._line('default %s' % ' '.join(as_list(paths)))
127
128 def _count_dollars_before_index(self, s, i):
129 """Returns the number of '$' characters right in front of s[i]."""

Callers 1

Calls 2

_lineMethod · 0.95
as_listFunction · 0.85

Tested by

no test coverage detected