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 c93e431 commit 29443ceCopy full SHA for 29443ce
git/objects/base.py
@@ -63,6 +63,9 @@ class Object(LazyMixin):
63
rooted at this :class:`Object` class, even though submodules are not really a
64
type of git object.
65
66
+ :note:
67
+ This :class:`Object` class should not be confused with :class:`object` (the root
68
+ of the class hierarchy in Python).
69
"""
70
71
NULL_HEX_SHA = "0" * 40
0 commit comments