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 444d0cc commit cb0e8acCopy full SHA for cb0e8ac
stdlib/3.3/lzma.pyi
@@ -104,3 +104,4 @@ def open(filename: _PathOrFile,
104
newline: Optional[str] = ...) -> IO[Any]: ...
105
def compress(data: bytes, format: int = ..., check: int = ..., preset: Optional[int] = ..., filters: Optional[_FilterChain] = ...) -> bytes: ...
106
def decompress(data: bytes, format: int = ..., memlimit: Optional[int] = ..., filters: Optional[_FilterChain] = ...) -> bytes: ...
107
+def is_check_supported(check: int) -> bool: ...
0 commit comments