Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ AboutToRun
Method
AboutToRun
tools/test.py:279–281 ·
view source on GitHub ↗
(self, case)
Source
from the content-addressed store, hash-verified
277
class
VerboseProgressIndicator(SimpleProgressIndicator):
278
279
def
AboutToRun(self, case):
280
print(
'Starting %s...'
% case.GetLabel())
281
sys.stdout.flush()
282
283
def
HasRun(self, output):
284
if
output.UnexpectedOutput():
Callers
nothing calls this directly
Calls
3
flush
Method · 0.65
print
Function · 0.50
GetLabel
Method · 0.45
Tested by
no test coverage detected