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

Method __init__

test/parallel_testsuite.py:244–249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

242 """A picklable struct used to communicate test results across processes."""
243
244 def __init__(self):
245 super().__init__()
246 self.test_duration = 0
247 self.test_result = 'errored'
248 self.test_name = ''
249 self.test = None
250
251 def test_short_name(self):
252 # Given a test name e.g. "test_atomic_cxx (test_core.core0.test_atomic_cxx)"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected