MCPcopy
hub / github.com/PyGithub/PyGithub / _completeIfNotSet

Method _completeIfNotSet

github/GithubObject.py:618–620  ·  view source on GitHub ↗
(self, value: Attribute)

Source from the content-addressed store, hash-verified

616 return self
617
618 def _completeIfNotSet(self, value: Attribute) -> None:
619 if isinstance(value, _NotSetType):
620 self._completeIfNeeded()
621
622 def _completeIfNeeded(self) -> None:
623 if not self.__completed:

Callers 15

urlMethod · 0.95
added_byMethod · 0.80
created_atMethod · 0.80
enabledMethod · 0.80
idMethod · 0.80
keyMethod · 0.80
last_usedMethod · 0.80
read_onlyMethod · 0.80
titleMethod · 0.80
urlMethod · 0.80
verifiedMethod · 0.80

Calls 1

_completeIfNeededMethod · 0.95

Tested by 1

test_urlMethod · 0.64