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 98bd9e5 commit 90ec0f2Copy full SHA for 90ec0f2
shared-bindings/zlib/__init__.c
@@ -48,9 +48,7 @@
48
//| (commonly used in zlib library and gzip archiver). Compression is not yet implemented."""
49
//|
50
51
-//| def zlib_decompress(
52
-//| data: bytes, wbits: Optional[int] = 0, bufsize: Optional[int] = 0
53
-//| ) -> bytes:
+//| def decompress(data: bytes, wbits: Optional[int] = 0, bufsize: Optional[int] = 0) -> bytes:
54
//| """Return decompressed *data* as bytes. *wbits* is DEFLATE dictionary window
55
//| size used during compression (8-15, the dictionary size is power of 2 of
56
//| that value). Additionally, if value is positive, *data* is assumed to be
0 commit comments