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

Class ExceptionResult

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

Source from the content-addressed store, hash-verified

42 self.exception = None
43
44class ExceptionResult():
45 def __init__(self, exception):
46 self.exception = exception
47
48
49class MaybeResult():

Callers 1

WorkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected