class documentation

class UnicodeDecodeErrorHandler:

View In Hierarchy

Custom error handler for open() that warns and replaces.
Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable docname Undocumented
def __call__(self, error):

Undocumented

Parameters
error:UnicodeDecodeErrorUndocumented
Returns
Tuple[str, int]Undocumented
def __init__(self, docname):

Undocumented

Parameters
docname:strUndocumented
docname =

Undocumented