Retrieve the binding value, as type GitRepository
(self)
| 975 | return GitRef(_ctx) |
| 976 | |
| 977 | def as_git_repository(self) -> "GitRepository": |
| 978 | """Retrieve the binding value, as type GitRepository""" |
| 979 | _args: list[Arg] = [] |
| 980 | _ctx = self._select("asGitRepository", _args) |
| 981 | return GitRepository(_ctx) |
| 982 | |
| 983 | def as_http_state(self) -> "HTTPState": |
| 984 | """Retrieve the binding value, as type HTTPState""" |
nothing calls this directly
no test coverage detected