module documentation

Undocumented

Function gunzip Gunzip the given data and return as much data as possible.
Function gzip​_magic​_number Undocumented
Function read1 Undocumented
def gunzip(data):

Gunzip the given data and return as much data as possible.

This is resilient to CRC checksum errors.

def gzip_magic_number(response):

Undocumented

@deprecated('GzipFile.read1')
def read1(gzf, size=-1):

Undocumented