MCPcopy
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
23type RunPython struct{}
24
25func (c *RunPython) Name() string { return RunPythonComponentName }
26func (c *RunPython) Label() string { return "Run Python" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected