MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __init__

Method __init__

test/parallel_testsuite.py:108–111  ·  view source on GitHub ↗
(self, options)

Source from the content-addressed store, hash-verified

106 """
107
108 def __init__(self, options):
109 super().__init__()
110 self.max_failures = options.max_failures
111 self.failing_and_slow_first = options.failing_and_slow_first
112
113 def addTest(self, test):
114 super().addTest(test)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected