l.c.c.t.h.InstrumentedMethodObserver : class documentation

Part of lp.codehosting.codeimport.tests.helpers View In Hierarchy

Observer for InstrumentedMethod.
Method __init__ Undocumented
Method called Called before an instrumented method.
Method returned Called after an instrumented method returned.
Method raised Called when an instrumented method raises.
def __init__(self, called=None, returned=None, raised=None):
Undocumented
def called(self, name, args, kwargs):
Called before an instrumented method.
def returned(self, name, value):
Called after an instrumented method returned.
def raised(self, name, exc):
Called when an instrumented method raises.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.