Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ id
Method
id
github/RepositoryKey.py:100–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
98
99
@property
100
def
id(self) -> int:
101
self._completeIfNotSet(self._id)
102
return
self._id.value
103
104
@property
105
def
key(self) -> str:
Callers
nothing calls this directly
Calls
1
_completeIfNotSet
Method · 0.80
Tested by
no test coverage detected