class documentation

Handle the case where multiple encodings have been applied.

Method __init__ 'children' should be a sequence of decoders in the order in which each was applied.
Method decode Undocumented
Method flush Undocumented
Instance Variable children Undocumented
def __init__(self, children): (source)

'children' should be a sequence of decoders in the order in which each was applied.

Parameters
children:typing.Sequence[ContentDecoder]Undocumented
def decode(self, data): (source)

Undocumented

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

Undocumented

Returns
bytesUndocumented
children = (source)

Undocumented