Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_increment
Method · 0.45
test_error_in_get_content
Method · 0.45
Calls
1
_completeIfNotSet
Method · 0.80
Tested by
2
test_increment
Method · 0.36
test_error_in_get_content
Method · 0.36