Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ __init__
Method
__init__
deps/v8/tools/testrunner/testproc/sequence_test.py:29–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
""
"
28
29
def
__init__(self):
30
super(FakeExecutionProc, self).__init__()
31
self.tests = []
32
33
def
next_test(self, test):
34
self.tests.append(test)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected