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

Struct CondaPython

buildtools/python/python_conda.go:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type CondaPython struct {
21 ctx context.Context
22 archiveName string
23 pythonVersion string
24 condaVersion string
25 condaBinary string
26}
27
28func NewCondaPython(ctx context.Context, archiveName, condaVersion, pythonVersion string) *CondaPython {
29 return &CondaPython{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected