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 0e95587 commit 650141dCopy full SHA for 650141d
pygit2/_pygit2.pyi
@@ -448,6 +448,10 @@ class DiffStats:
448
insertions: int
449
def format(self, format: DiffStatsFormat, width: int) -> str: ...
450
451
+class FilterSource:
452
+ # probably incomplete
453
+ pass
454
+
455
class GitError(Exception): ...
456
class InvalidSpecError(ValueError): ...
457
0 commit comments