exception documentation

class UnsupportedFormatCharacter(Exception): (source)

View In Hierarchy

A format character in a format string is not one of the supported format characters.

Method __init__ Undocumented
Instance Variable index Undocumented
def __init__(self, index: int): (source)

Undocumented

Undocumented