MCPcopy Index your code
hub / github.com/nodejs/node / Call

Method Call

deps/v8/tools/release/test_scripts.py:248–249  ·  view source on GitHub ↗
(self, fun, *args, **kwargs)

Source from the content-addressed store, hash-verified

246 return script(TEST_CONFIG, self, self._state).RunSteps([step_class], args)
247
248 def Call(self, fun, *args, **kwargs):
249 print("Calling %s with %s and %s" % (str(fun), str(args), str(kwargs)))
250
251 def Command(self, cmd, args="", prefix="", pipe=True, cwd=None):
252 print("%s %s" % (cmd, args))

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected