Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ url
Method
url
github/RepositoryKey.py:125–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
124
@property
125
def
url(self) -> str:
126
self._completeIfNotSet(self._url)
127
return
self._url.value
128
129
@property
130
def
verified(self) -> bool:
Callers
nothing calls this directly
Calls
1
_completeIfNotSet
Method · 0.80
Tested by
no test coverage detected