Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Starting
Method
Starting
tools/test.py:346–349 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
344
logger.info(
' '
+ l)
345
346
def
Starting(self):
347
logger.info(
'TAP version 13'
)
348
logger.info(
'1..%i'
% len(self.cases))
349
self._done = 0
350
351
def
AboutToRun(self, case):
352
pass
Callers
1
Run
Method · 0.45
Calls
1
info
Method · 0.80
Tested by
no test coverage detected