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

Method as_directory

sdk/python/src/dagger/client/gen.py:935–939  ·  view source on GitHub ↗

Retrieve the binding value, as type Directory

(self)

Source from the content-addressed store, hash-verified

933 return DiffStat(_ctx)
934
935 def as_directory(self) -> "Directory":
936 """Retrieve the binding value, as type Directory"""
937 _args: list[Arg] = []
938 _ctx = self._select("asDirectory", _args)
939 return Directory(_ctx)
940
941 def as_env(self) -> "Env":
942 """Retrieve the binding value, as type Env"""

Callers 4

agentMethod · 0.80
agentMethod · 0.80
agentMethod · 0.80
agentMethod · 0.80

Calls 2

_selectMethod · 0.80
DirectoryClass · 0.70

Tested by

no test coverage detected