Searched refs:handler_class (Results 1 – 2 of 2) sorted by relevance
72 def wrap_handler(handler_class): argument78 class WrappedHandler(handler_class):81 handler_class.setup(self)85 handler_class.finish(self)
49 def __init__(self, handler_class, *args, **kargs): argument50 self._handler_class = handler_class