Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
url
Method · 0.95
added_by
Method · 0.80
created_at
Method · 0.80
enabled
Method · 0.80
id
Method · 0.80
key
Method · 0.80
last_used
Method · 0.80
read_only
Method · 0.80
title
Method · 0.80
url
Method · 0.80
verified
Method · 0.80
bypass_pull_request_allowances
Method · 0.80
Calls
1
_completeIfNeeded
Method · 0.95
Tested by
1
test_url
Method · 0.64