Retrieve the binding value, as type Container
(self)
| 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""" |
no test coverage detected