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

Function pythonSource

core/integration/module_python_test.go:2116–2118  ·  view source on GitHub ↗
(contents string)

Source from the content-addressed store, hash-verified

2114}
2115
2116func pythonSource(contents string) dagger.WithContainerFunc {
2117 return pythonSourceAt("", contents)
2118}
2119
2120func pythonSourceAt(modPath, contents string) dagger.WithContainerFunc {
2121 return fileContents(path.Join(modPath, "src/test/__init__.py"), contents)

Callers 9

TestVersionMethod · 0.85
TestAltRuntimeMethod · 0.85
TestUvMethod · 0.85
TestErrorsMethod · 0.85
pythonModInitFunction · 0.85
TestSecretNestedMethod · 0.85

Calls 1

pythonSourceAtFunction · 0.85

Tested by

no test coverage detected