class documentation

class NumberFormatError(ValueError):

View In Hierarchy

Exception raised when a string cannot be parsed into a number.
Instance Variable suggestions Undocumented
Method __init__ Undocumented
suggestions =

Undocumented

def __init__(self, message, suggestions=None):

Undocumented