class documentation

class BrotliDecoder(ContentDecoder):

View In Hierarchy

Handle 'brotli' decoding.

Requires pip install brotlipy. See: https://brotlipy.readthedocs.io/
or pip install brotli. See https://github.com/google/brotli

Supports both 'brotlipy' and 'Brotli' packages since they share an import name. The top branches are for 'brotlipy' and bottom branches for 'Brotli'

Method __init__ Undocumented
Method decode Undocumented
Method flush Undocumented
Instance Variable decompressor Undocumented
Instance Variable seen​_data Undocumented
Instance Variable ​_decompress Undocumented
def __init__(self):

Undocumented

def decode(self, data):

Undocumented

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

Undocumented

Returns
bytesUndocumented
decompressor =

Undocumented

seen_data: bool =

Undocumented

_decompress =

Undocumented