class documentation

class AnnotatingDecorator: (source)

View In Hierarchy

A decorator for storing function attributes. Attributes: lookup: maps functions to their attributes.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable lookup Undocumented
def __call__(self, value): (source)

Undocumented

def __init__(self): (source)

Undocumented

Undocumented