Documentation
¶
Index ¶
Constants ¶
View Source
const ( LIB_PATH = "/var/sandbox/sandbox-python" LIB_NAME = "python.so" )
Variables ¶
This section is empty.
Functions ¶
func ExtractOnelineDepency ¶
func InstallDependencies ¶
func ListDependencies ¶
func ListDependencies() []types.Dependency
func PreparePythonDependenciesEnv ¶
func PreparePythonDependenciesEnv() error
func RefreshDependencies ¶
func RefreshDependencies() []types.Dependency
Types ¶
type PythonRunner ¶
type PythonRunner struct {
runner.TempDirRunner
}
func (*PythonRunner) InitializeEnvironment ¶
func (p *PythonRunner) InitializeEnvironment(code string, preload string, options *types.RunnerOptions) (string, string, error)
Click to show internal directories.
Click to hide internal directories.