Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ verified
Method
verified
github/RepositoryKey.py:130–132 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
128
129
@property
130
def
verified(self) -> bool:
131
self._completeIfNotSet(self._verified)
132
return
self._verified.value
133
134
def
delete(self) -> None:
135
""
"
Callers
nothing calls this directly
Calls
1
_completeIfNotSet
Method · 0.80
Tested by
no test coverage detected