(self)
| 222 | return self._updated_at.value |
| 223 | |
| 224 | def get_github_for_installation(self) -> Github: |
| 225 | return github.Github(**self._requester.kwargs) |
| 226 | |
| 227 | def get_repos(self) -> PaginatedList[github.Repository.Repository]: |
| 228 | """ |
no outgoing calls
no test coverage detected