class documentation

class TextDecoder:

View In Hierarchy

Handles incrementally decoding bytes into text
Method __init__ Undocumented
Method decode Undocumented
Method flush Undocumented
Instance Variable decoder Undocumented
def __init__(self, encoding='utf-8'):

Undocumented

Parameters
encoding:strUndocumented
def decode(self, data):

Undocumented

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

Undocumented

Returns
strUndocumented
decoder =

Undocumented