MCPcopy Index your code
hub / github.com/celer-pkg/celer / Setup

Method Setup

buildtools/python/python.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9// Python interface defines methods for Python tools, including system Python and conda Python.
10type Python interface {
11 Setup() error
12 GetVersion() string
13 GetExecutable() (string, error)
14}

Callers 1

setupPythonFunction · 0.95

Implementers 2

CondaPythonbuildtools/python/python_conda.go
SystemPythonbuildtools/python/python_system.go

Calls

no outgoing calls

Tested by

no test coverage detected