MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / __repr__

Method __repr__

github/RequiredPullRequestReviews.py:128–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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]:

Callers

nothing calls this directly

Calls 1

get__repr__Method · 0.80

Tested by

no test coverage detected