MCPcopy Create free account
hub / github.com/dagger/dagger / daggerInitPython

Function daggerInitPython

core/integration/module_python_test.go:2131–2133  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

2129}
2130
2131func daggerInitPython(args ...string) dagger.WithContainerFunc {
2132 return daggerInitPythonAt("", args...)
2133}
2134
2135func pyprojectExtra(dependencies []string, contents string) dagger.WithContainerFunc {
2136 dependencies = append([]string{"dagger-io"}, dependencies...)

Callers 11

TestInitMethod · 0.85
TestProjectLayoutMethod · 0.85
TestVersionMethod · 0.85
TestUvMethod · 0.85
TestPipLockMethod · 0.85
TestASTFollowUpMethod · 0.85
TestErrorsMethod · 0.85
pythonModInitFunction · 0.85
TestSecretNestedMethod · 0.85

Calls 1

daggerInitPythonAtFunction · 0.85

Tested by

no test coverage detected