Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ complete
Method
complete
github/GithubObject.py:614–616 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
612
return
self._url.value
613
614
def
complete(self) -> Self:
615
self._completeIfNeeded()
616
return
self
617
618
def
_completeIfNotSet(self, value: Attribute) -> None:
619
if
isinstance(value, _NotSetType):
Callers
10
__init__
Method · 0.95
get_user
Method · 0.80
get_release
Method · 0.80
setUp
Method · 0.80
setUp
Method · 0.80
testWithFirstPage
Method · 0.80
testWithFirstSinglePage
Method · 0.80
testReversedWithFirstPage
Method · 0.80
testReversedWithFirstSinglePage
Method · 0.80
setUp
Method · 0.80
Calls
1
_completeIfNeeded
Method · 0.95
Tested by
no test coverage detected