Queries the host environment.
(self)
| 13093 | return GitRepository(_ctx) |
| 13094 | |
| 13095 | def host(self) -> Host: |
| 13096 | """Queries the host environment.""" |
| 13097 | _args: list[Arg] = [] |
| 13098 | _ctx = self._select("host", _args) |
| 13099 | return Host(_ctx) |
| 13100 | |
| 13101 | def http( |
| 13102 | self, |