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