MCPcopy
hub / github.com/PyGithub/PyGithub / id

Method id

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

Source from the content-addressed store, hash-verified

98
99 @property
100 def id(self) -> int:
101 self._completeIfNotSet(self._id)
102 return self._id.value
103
104 @property
105 def key(self) -> str:

Callers

nothing calls this directly

Calls 1

_completeIfNotSetMethod · 0.80

Tested by

no test coverage detected