exception documentation

class OverloadedDecoratorError(Exception): (source)

View In Hierarchy

Inconsistent decorators on an overloaded function.

Method __init__ Undocumented
def __init__(self, name, typ): (source)

Undocumented