MCPcopy Index your code
hub / github.com/dagger/dagger / WithoutUv

Method WithoutUv

sdk/python/runtime/extension.go:88–91  ·  view source on GitHub ↗

Disable the use of uv

()

Source from the content-addressed store, hash-verified

86
87// Disable the use of uv
88func (m *PythonSdk) WithoutUv() *PythonSdk {
89 m.Discovery.UserConfig().UseUv = false
90 return m
91}
92
93// Version to use for uv
94func (m *PythonSdk) UvVersion() string {

Callers 1

invokeFunction · 0.80

Calls 1

UserConfigMethod · 0.80

Tested by

no test coverage detected