exception documentation

class PropertyDecoratorError(Exception): (source)

View In Hierarchy

Inconsistent property decorators on an overloaded function.

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

Undocumented