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

Method GetVersion

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

Source from the content-addressed store, hash-verified

10type Python interface {
11 Setup() error
12 GetVersion() string
13 GetExecutable() (string, error)
14}
15

Callers 5

pip3InstallFunction · 0.65
shouldUseCondaFunction · 0.65
ConfigureMethod · 0.65
buildOptionsMethod · 0.65
msvcVersionMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected