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

Method directory

sdk/python/tests/client/test_inputs.py:24–25  ·  view source on GitHub ↗
(self, id: DirectoryID | None = None)

Source from the content-addressed store, hash-verified

22
23 @typecheck
24 def directory(self, id: DirectoryID | None = None) -> "Directory":
25 return Directory(self._ctx)
26
27 @typecheck
28 def file(self, id: FileID) -> "File":

Callers 14

test_idFunction · 0.45
test_id_instanceFunction · 0.45
test_wrong_id_typeFunction · 0.45
test_objectFunction · 0.45
test_wrong_objectFunction · 0.45
test_awaitFunction · 0.45
test_is_id_typeFunction · 0.45
test_is_id_type_sequenceFunction · 0.45
test_input_argFunction · 0.45
test_directoryFunction · 0.45
test_host_directoryFunction · 0.45

Calls 1

DirectoryClass · 0.70

Tested by

no test coverage detected