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 6ded69f commit 700dfe7Copy full SHA for 700dfe7
src/isal/igzip_lib.pyx
@@ -399,9 +399,10 @@ cdef class IgzipDecompressor:
399
"""
400
Decompress data, returning a bytes object containing the uncompressed
401
data corresponding to at least part of the data in string.
402
+
403
+ :param data: Binary data (bytes, bytearray, memoryview).
404
:param max_length: if non-zero then the return value will be no longer
- than max_length. Unprocessed data will be in the
- unconsumed_tail attribute.
405
+ than max_length.
406
407
if self.eof:
408
raise EOFError("End of stream already reached")
0 commit comments