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 0e4c9da commit 700674eCopy full SHA for 700674e
src/isal/igzip_lib.pyi
@@ -31,7 +31,9 @@ MEM_LEVEL_SMALL: int
31
MEM_LEVEL_MEDIUM: int
32
MEM_LEVEL_LARGE: int
33
MEM_LEVEL_EXTRA_LARGE: int
34
+
35
IsalError: Exception
36
+error: Exception
37
38
def compress(__data,
39
level: int = ISAL_DEFAULT_COMPRESSION,
src/isal/isal_zlib.pyi
@@ -30,6 +30,7 @@ Z_FULL_FLUSH: int
30
Z_FINISH: int
error: Exception
+IsalError: Exception
def adler32(__data, __value: int = 1) -> int: ...
def crc32(__data, __value: int = 0) -> int: ...
0 commit comments