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

Method UserConfig

sdk/python/runtime/discovery.go:115–117  ·  view source on GitHub ↗

UserConfig is the configuration the user can set in pyproject.toml, under the "tool.dagger" table.

()

Source from the content-addressed store, hash-verified

113// UserConfig is the configuration the user can set in pyproject.toml, under
114// the "tool.dagger" table.
115func (d *Discovery) UserConfig() *UserConfig {
116 return &d.Config.Tool.Dagger
117}
118
119func (d *Discovery) UvConfig() *UvConfig {
120 return &d.Config.Tool.Uv

Callers 8

parseBaseImageMethod · 0.95
parseUvImageMethod · 0.95
WithBaseImageMethod · 0.80
WithUvVersionMethod · 0.80
UseUvMethod · 0.80
WithUvMethod · 0.80
WithoutUvMethod · 0.80
UvVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected