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

Method __init__

tools/test.py:451–455  ·  view source on GitHub ↗
(self, cases, flaky_tests_mode, measure_flakiness, templates)

Source from the content-addressed store, hash-verified

449class CompactProgressIndicator(ProgressIndicator):
450
451 def __init__(self, cases, flaky_tests_mode, measure_flakiness, templates):
452 super(CompactProgressIndicator, self).__init__(cases, flaky_tests_mode, measure_flakiness)
453 self.templates = templates
454 self.last_status_length = 0
455 self.start_time = time.time()
456
457 def Starting(self):
458 pass

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
timeMethod · 0.45

Tested by

no test coverage detected