Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ PrintFailureOutput
Method
PrintFailureOutput
tools/test.py:137–138 ·
view source on GitHub ↗
(self, failure)
Source
from the content-addressed store, hash-verified
135
return
output
136
137
def
PrintFailureOutput(self, failure):
138
print(self.GetFailureOutput(failure))
139
140
def
PrintFailureHeader(self, test):
141
if
test.IsNegative():
Callers
1
Done
Method · 0.45
Calls
2
GetFailureOutput
Method · 0.95
print
Function · 0.50
Tested by
no test coverage detected