Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ __init__
Method
__init__
deps/v8/tools/testrunner/objects/output.py:83–84 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
class
_NullOutput(Output):
82
""
"Useful to signal that the binary has not been run."
""
83
def
__init__(self):
84
super(_NullOutput, self).__init__()
85
86
87
# Default instance of the _NullOutput class above.
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected