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

Method get_github_for_installation

github/Installation.py:224–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected