Skip to content

Commit cb0e8ac

Browse files
committed
Add overlooked function
1 parent 444d0cc commit cb0e8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/3.3/lzma.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,4 @@ def open(filename: _PathOrFile,
104104
newline: Optional[str] = ...) -> IO[Any]: ...
105105
def compress(data: bytes, format: int = ..., check: int = ..., preset: Optional[int] = ..., filters: Optional[_FilterChain] = ...) -> bytes: ...
106106
def decompress(data: bytes, format: int = ..., memlimit: Optional[int] = ..., filters: Optional[_FilterChain] = ...) -> bytes: ...
107+
def is_check_supported(check: int) -> bool: ...

0 commit comments

Comments
 (0)