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