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

Class Directory

sdk/python/tests/client/test_inputs.py:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class Directory(Type):
51 @typecheck
52 async def id(self) -> DirectoryID:
53 return DirectoryID("dirhash")
54
55
56class File(Type): ...

Callers 1

directoryMethod · 0.70

Calls

no outgoing calls

Tested by 1

directoryMethod · 0.56