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

Method get_copilot

github/Organization.py:1340–1344  ·  view source on GitHub ↗

:calls: Various Copilot-related endpoints for this organization :rtype: :class:`github.Copilot.Copilot`

(self)

Source from the content-addressed store, hash-verified

1338 return github.PublicKey.PublicKey(self._requester, headers, data, completed=True)
1339
1340 def get_copilot(self) -> Copilot:
1341 """
1342 :calls: Various Copilot-related endpoints for this organization :rtype: :class:`github.Copilot.Copilot`
1343 """
1344 return github.Copilot.Copilot(self._requester, self.login)
1345
1346 def get_repo(self, name: str) -> Repository:
1347 """

Callers 1

setUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected