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

Struct SystemPython

buildtools/python/python_system.go:12–14  ·  view source on GitHub ↗

SystemPython this is usually work for linux and mac.

Source from the content-addressed store, hash-verified

10
11// SystemPython this is usually work for linux and mac.
12type SystemPython struct {
13 rootDir string
14}
15
16// Setup no need setup for linux and mac.
17func (s *SystemPython) Setup() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected