Retrieve the binding value, as type Directory
(self)
| 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""" |