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 1b5bd63 commit 398bd90Copy full SHA for 398bd90
stubs/whatthepatch/whatthepatch/patch.pyi
@@ -76,3 +76,4 @@ def parse_unified_diff(text: str | Iterable[str]) -> list[Change] | None: ...
76
def parse_context_diff(text: str | Iterable[str]) -> list[Change] | None: ...
77
def parse_ed_diff(text: str | Iterable[str]) -> list[Change] | None: ...
78
def parse_rcs_ed_diff(text: str | Iterable[str]) -> list[Change] | None: ...
79
+def parse_git_binary_diff(text: str | Iterable[str]) -> list[Change]: ...
0 commit comments