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

Method with_directory

sdk/python/tests/client/test_inputs.py:42–43  ·  view source on GitHub ↗
(self, path: str, directory: "Directory")

Source from the content-addressed store, hash-verified

40
41 @typecheck
42 def with_directory(self, path: str, directory: "Directory") -> "Container":
43 return Container(self._ctx)
44
45 @typecheck
46 def with_file(self, path: str, source: "File") -> "Container":

Callers 1

test_objectFunction · 0.45

Calls 1

ContainerClass · 0.70

Tested by

no test coverage detected