MCPcopy Create free account
hub / github.com/StackStorm/st2 / get_runner

Function get_runner

contrib/runners/python_runner/python_runner/python_runner.py:475–476  ·  view source on GitHub ↗
(config=None)

Source from the content-addressed store, hash-verified

473
474
475def get_runner(config=None):
476 return PythonRunner(runner_id=str(uuid.uuid4()), config=config)
477
478
479def get_metadata():

Callers

nothing calls this directly

Calls 1

PythonRunnerClass · 0.85

Tested by

no test coverage detected