Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
44
class
ExceptionResult():
45
def
__init__(self, exception):
46
self.exception = exception
47
48
49
class
MaybeResult():
Callers
1
Worker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected