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

Function pythonModInit

core/integration/module_python_test.go:2124–2129  ·  view source on GitHub ↗
(t testing.TB, c *dagger.Client, source string)

Source from the content-addressed store, hash-verified

2122}
2123
2124func pythonModInit(t testing.TB, c *dagger.Client, source string) *dagger.Container {
2125 t.Helper()
2126 return daggerCliBase(t, c).
2127 With(daggerInitPython()).
2128 With(pythonSource(source))
2129}
2130
2131func daggerInitPython(args ...string) dagger.WithContainerFunc {
2132 return daggerInitPythonAt("", args...)

Callers 12

TestSignaturesMethod · 0.85
TestDocsMethod · 0.85
TestInheritanceMethod · 0.85
TestASTFollowUpMethod · 0.85
TestNameConflictsMethod · 0.85
TestNameOverridesMethod · 0.85
TestReturnSelfMethod · 0.85
TestEnumDefaultValueMethod · 0.85

Calls 4

daggerCliBaseFunction · 0.85
daggerInitPythonFunction · 0.85
pythonSourceFunction · 0.85
WithMethod · 0.45

Tested by

no test coverage detected