Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ __init__
Method
__init__
deps/v8/tools/testrunner/testproc/variant_test.py:21–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
class
FakeResultObserver(base.TestProcObserver):
20
21
def
__init__(self):
22
super(FakeResultObserver, self).__init__()
23
24
self.results = set()
25
26
def
result_for(self, test, result):
27
self.results.add((test, result))
Callers
nothing calls this directly
Calls
2
set
Function · 0.50
__init__
Method · 0.45
Tested by
no test coverage detected