Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ _get_timeout_param
Method
_get_timeout_param
deps/v8/tools/testrunner/objects/testcase.py:444–445 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
442
return
[]
443
444
def
_get_timeout_param(self):
445
return
None
446
447
def
_get_random_seed_flags(self):
448
return
[
'--random-seed=%d'
% self.random_seed]
Callers
1
_get_timeout
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected