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

Method get_repos

github/Team.py:463–469  ·  view source on GitHub ↗

:calls: `GET /teams/{team_id}/repos `_

(self)

Source from the content-addressed store, hash-verified

461 )
462
463 def get_repos(self) -> PaginatedList[Repository]:
464 """
465 :calls: `GET /teams/{team_id}/repos <https://docs.github.com/en/rest/reference/teams>`_
466 """
467 return github.PaginatedList.PaginatedList(
468 github.Repository.Repository, self._requester, f"{self.url}/repos", None
469 )
470
471 def invitations(self) -> PaginatedList[OrganizationInvitation]:
472 """

Callers 15

doTestReposMethod · 0.45
testGetReposMethod · 0.45
testGetReposMethod · 0.45
testGetReposSortedMethod · 0.45
testGetReposWithTypeMethod · 0.45
testHttpsMethod · 0.45
testHttpMethod · 0.45
testLongUrlMethod · 0.45
testSpecificPortMethod · 0.45
testGetReposMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected