MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / object

Method object

github/GitTag.py:95–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93
94 @property
95 def object(self) -> GitObject:
96 self._completeIfNotSet(self._object)
97 return self._object.value
98
99 @property
100 def sha(self) -> str:

Callers 2

test_incrementMethod · 0.45

Calls 1

_completeIfNotSetMethod · 0.80

Tested by 2

test_incrementMethod · 0.36