Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ url
Method
url
github/GithubObject.py:610–612 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
608
609
@property
610
def
url(self) -> str:
611
self._completeIfNotSet(self._url)
612
return
self._url.value
613
614
def
complete(self) -> Self:
615
self._completeIfNeeded()
Callers
nothing calls this directly
Calls
1
_completeIfNotSet
Method · 0.95
Tested by
no test coverage detected