exception documentation

class NumberFormatError(ValueError): (source)

View In Hierarchy

Exception raised when a string cannot be parsed into a number.

Method __init__ Undocumented
Instance Variable suggestions Undocumented
def __init__(self, message: str, suggestions: list[str]|None = None): (source)

Undocumented

suggestions = (source)

Undocumented