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 460b8b0 commit dce4597Copy full SHA for dce4597
shared-bindings/zlib/__init__.c
@@ -48,7 +48,9 @@
48
//| (commonly used in zlib library and gzip archiver). Compression is not yet implemented."""
49
//|
50
51
-//| def zlib_decompress(data: bytes, wbits: Optional[int] = 0, bufsize: Optional[int] = 0) -> bytes:
+//| def zlib_decompress(
52
+//| data: bytes, wbits: Optional[int] = 0, bufsize: Optional[int] = 0
53
+//| ) -> 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