Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyGithub/PyGithub
/ enabled
Method
enabled
github/RepositoryKey.py:95–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
93
94
@property
95
def
enabled(self) -> bool:
96
self._completeIfNotSet(self._enabled)
97
return
self._enabled.value
98
99
@property
100
def
id(self) -> int:
Callers
nothing calls this directly
Calls
1
_completeIfNotSet
Method · 0.80
Tested by
no test coverage detected