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

Method as_container

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

Retrieve the binding value, as type Container

(self)

Source from the content-addressed store, hash-verified

921 return Cloud(_ctx)
922
923 def as_container(self) -> "Container":
924 """Retrieve the binding value, as type Container"""
925 _args: list[Arg] = []
926 _ctx = self._select("asContainer", _args)
927 return Container(_ctx)
928
929 def as_diff_stat(self) -> "DiffStat":
930 """Retrieve the binding value, as type DiffStat"""

Callers 8

agentMethod · 0.80
go_programMethod · 0.80
agentMethod · 0.80
go_programMethod · 0.80
agentMethod · 0.80
go_programMethod · 0.80
agentMethod · 0.80
go_programMethod · 0.80

Calls 2

_selectMethod · 0.80
ContainerClass · 0.70

Tested by

no test coverage detected