Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
class
NormalResult():
40
def
__init__(self, result):
41
self.result = result
42
self.exception = None
43
44
class
ExceptionResult():
45
def
__init__(self, exception):
Callers
1
Worker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected