class documentation

class DeflateDecoder(ContentDecoder):

View In Hierarchy

Handle 'deflate' decoding.

See: https://stackoverflow.com/questions/1838699

Method __init__ Undocumented
Method decode Undocumented
Method flush Undocumented
Instance Variable decompressor Undocumented
Instance Variable first​_attempt Undocumented
def __init__(self):

Undocumented

def decode(self, data):

Undocumented

Parameters
data:bytesUndocumented
Returns
bytesUndocumented
def flush(self):

Undocumented

Returns
bytesUndocumented
decompressor =

Undocumented

first_attempt: bool =

Undocumented