MCPcopy
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_userMethod · 0.80
get_releaseMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
testWithFirstPageMethod · 0.80
setUpMethod · 0.80

Calls 1

_completeIfNeededMethod · 0.95

Tested by

no test coverage detected