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

Method RunStep

deps/v8/tools/release/test_scripts.py:243–246  ·  view source on GitHub ↗

Convenience wrapper.

(self, script=CreateRelease, step_class=Step, args=None)

Source from the content-addressed store, hash-verified

241 options=options)
242
243 def RunStep(self, script=CreateRelease, step_class=Step, args=None):
244 """Convenience wrapper."""
245 args = args if args is not None else ["-m", "-a=author", "-r=reviewer", ]
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)))

Callers 3

testTagTimeoutMethod · 0.95
testIncrementVersionMethod · 0.95

Calls 2

RunStepsMethod · 0.80
scriptFunction · 0.50

Tested by

no test coverage detected