MCPcopy Index your code
hub / github.com/nodejs/node / Starting

Method Starting

tools/test.py:256–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

254class SimpleProgressIndicator(ProgressIndicator):
255
256 def Starting(self):
257 print('Running %i tests' % len(self.cases))
258
259 def Done(self):
260 print()

Callers

nothing calls this directly

Calls 1

printFunction · 0.50

Tested by

no test coverage detected