Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
475
def
get_runner(config=None):
476
return
PythonRunner(runner_id=str(uuid.uuid4()), config=config)
477
478
479
def
get_metadata():
Callers
nothing calls this directly
Calls
1
PythonRunner
Class · 0.85
Tested by
no test coverage detected