Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ __init__
Method
__init__
deps/v8/tools/testrunner/testproc/sequence_test.py:45–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
""
"Observer to track all results sent back through the pipeline."
""
44
45
def
__init__(self):
46
super(FakeResultObserver, self).__init__()
47
self.tests = set([])
48
49
def
_on_result_for(self, test, result):
50
self.tests.add(test.n)
Callers
nothing calls this directly
Calls
2
set
Function · 0.50
__init__
Method · 0.45
Tested by
no test coverage detected