exception documentation

class TypeVarError(Exception): (source)

View In Hierarchy

Raised if an error is encountered while initializing a TypeVar.

Method __init__ Undocumented
Instance Variable bad_call Undocumented
def __init__(self, message, bad_call=None): (source)

Undocumented

bad_call = (source)

Undocumented