MCPcopy Create free account
hub / github.com/nodejs/node / NormalResult

Class NormalResult

deps/v8/tools/testrunner/local/pool.py:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class NormalResult():
40 def __init__(self, result):
41 self.result = result
42 self.exception = None
43
44class ExceptionResult():
45 def __init__(self, exception):

Callers 1

WorkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected