MCPcopy
hub / github.com/PyGithub/PyGithub / verified

Method verified

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

Source from the content-addressed store, hash-verified

128
129 @property
130 def verified(self) -> bool:
131 self._completeIfNotSet(self._verified)
132 return self._verified.value
133
134 def delete(self) -> None:
135 """

Callers

nothing calls this directly

Calls 1

_completeIfNotSetMethod · 0.80

Tested by

no test coverage detected