We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894a4dc commit 293bd9aCopy full SHA for 293bd9a
pygit2/_pygit2.pyi
@@ -36,10 +36,8 @@ LIBGIT2_VER_REVISION: int
36
class Object:
37
_pointer: bytes
38
filemode: FileMode
39
- hex: str
40
id: Oid
41
name: str | None
42
- oid: Oid
43
raw_name: bytes | None
44
short_id: str
45
type: 'Literal[GIT_OBJ_COMMIT] | Literal[GIT_OBJ_TREE] | Literal[GIT_OBJ_TAG] | Literal[GIT_OBJ_BLOB]'
0 commit comments