:calls: Various Copilot-related endpoints for this organization :rtype: :class:`github.Copilot.Copilot`
(self)
| 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 | """ |