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

Method with_env_variable

sdk/python/tests/client/test_inputs.py:38–39  ·  view source on GitHub ↗
(self, name: str, value: str)

Source from the content-addressed store, hash-verified

36
37 @typecheck
38 def with_env_variable(self, name: str, value: str) -> "Container":
39 return Container(self._ctx)
40
41 @typecheck
42 def with_directory(self, path: str, directory: "Directory") -> "Container":

Callers 4

test_execute_timeoutFunction · 0.45
test_strFunction · 0.45
envFunction · 0.45

Calls 1

ContainerClass · 0.70

Tested by

no test coverage detected