MCPcopy
hub / github.com/PyGithub/PyGithub / read_only

Method read_only

github/RepositoryKey.py:115–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113
114 @property
115 def read_only(self) -> bool:
116 self._completeIfNotSet(self._read_only)
117 return self._read_only.value
118
119 @property
120 def title(self) -> str:

Callers

nothing calls this directly

Calls 1

_completeIfNotSetMethod · 0.80

Tested by

no test coverage detected