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

Method WithUv

sdk/python/runtime/extension.go:82–85  ·  view source on GitHub ↗

Enable the use of uv

()

Source from the content-addressed store, hash-verified

80
81// Enable the use of uv
82func (m *PythonSdk) WithUv() *PythonSdk {
83 m.Discovery.UserConfig().UseUv = true
84 return m
85}
86
87// Disable the use of uv
88func (m *PythonSdk) WithoutUv() *PythonSdk {

Callers 2

WithUvVersionMethod · 0.95
invokeFunction · 0.80

Calls 1

UserConfigMethod · 0.80

Tested by

no test coverage detected