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

Method file

sdk/python/tests/client/test_inputs.py:28–29  ·  view source on GitHub ↗
(self, id: FileID)

Source from the content-addressed store, hash-verified

26
27 @typecheck
28 def file(self, id: FileID) -> "File":
29 return File(self._ctx)
30
31
32class Container(Type):

Callers 4

fileFunction · 0.45
test_requiredFunction · 0.45
test_git_repositoryFunction · 0.45
test_host_directoryFunction · 0.45

Calls 1

FileClass · 0.70

Tested by

no test coverage detected