exception documentation

class GenericTypeError(Exception): (source)

View In Hierarchy

The error for user-defined generic types.

Method __init__ Undocumented
Instance Variable annot Undocumented
Instance Variable error Undocumented
def __init__(self, annot, error): (source)

Undocumented

Undocumented

Undocumented