We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pygit2/pygit2/_pygit2.pyi
Line 24 in 8f3dec8
pygit2/pygit2/__init__.py
Line 32 in 8f3dec8
In [1]: import pygit2 In [2]: pygit2.GIT_OBJ_COMMIT --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[2], line 1 ----> 1 pygit2.GIT_OBJ_COMMIT AttributeError: module 'pygit2' has no attribute 'GIT_OBJ_COMMIT' In [3]: pygit2.GIT_OBJECT_COMMIT Out[3]: 1 In [4]: pygit2.__version__ Out[4]: '1.16.0'
The text was updated successfully, but these errors were encountered:
Fixing the stub at #1332
Sorry, something went wrong.
No branches or pull requests
pygit2/pygit2/_pygit2.pyi
Line 24 in 8f3dec8
pygit2/pygit2/__init__.py
Line 32 in 8f3dec8
The text was updated successfully, but these errors were encountered: