Versions in this module Expand all Collapse all v0 v0.9.1 Aug 8, 2023 v0.9.0 Aug 8, 2023 Changes in this version + func InitPythonEnv() (context.CancelFunc, error) + func InsertPythonPaths(paths []string) + func LockPythonRuntime() context.CancelFunc + type ModuleAdapter struct + func NewModuleAdapter(moduleName string, pythonPaths []string) (*ModuleAdapter, context.CancelFunc, error) + func (adapter *ModuleAdapter) CallFunc(funcName string, inputStr string) (string, error)