Skip to content

Commit 700674e

Browse files
committed
Add all errors to stub files
1 parent 0e4c9da commit 700674e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/isal/igzip_lib.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ MEM_LEVEL_SMALL: int
3131
MEM_LEVEL_MEDIUM: int
3232
MEM_LEVEL_LARGE: int
3333
MEM_LEVEL_EXTRA_LARGE: int
34+
3435
IsalError: Exception
36+
error: Exception
3537

3638
def compress(__data,
3739
level: int = ISAL_DEFAULT_COMPRESSION,

src/isal/isal_zlib.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Z_FULL_FLUSH: int
3030
Z_FINISH: int
3131

3232
error: Exception
33+
IsalError: Exception
3334

3435
def adler32(__data, __value: int = 1) -> int: ...
3536
def crc32(__data, __value: int = 0) -> int: ...

0 commit comments

Comments
 (0)