l.s.w.p.DecoratorAdvisor : class documentation

Part of lp.services.webapp.publisher View In Hierarchy

Known subclasses: lp.services.webapp.__init__.stepthrough, lp.services.webapp.__init__.stepto

Base class for a function decorator that adds class advice.

The advice stores information in a magic attribute in the class's dict. The magic attribute's value is a dict, which contains names and functions that were set in the function decorators.

Method __init__ Undocumented
Method __call__ Undocumented
Method getValueToStore Undocumented
Method advise Undocumented
def __init__(self, name):
Undocumented
def __call__(self, fn):
Undocumented
def getValueToStore(self):
Undocumented
def advise(self, cls):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2018-07-20 00:00:03.