Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/superplanehq/superplane
/ RunPython
Struct
RunPython
pkg/components/runner/run_python.go:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
RunPython
struct
{}
24
25
func
(c *RunPython) Name() string {
return
RunPythonComponentName }
26
func
(c *RunPython) Label() string {
return
"Run Python"
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected