(self)
| 126 | self._users_url: Attribute[str] = NotSet |
| 127 | |
| 128 | def __repr__(self) -> str: |
| 129 | return self.get__repr__({"apps": self._apps.value, "teams": self._teams.value, "users": self._users.value}) |
| 130 | |
| 131 | @property |
| 132 | def apps(self) -> list[GithubApp]: |
nothing calls this directly
no test coverage detected