MCPcopy
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

_completeIfNotSetMethod · 0.95

Tested by

no test coverage detected