Searched refs:handler_class (Results 1 – 3 of 3) sorted by relevance
72 def wrap_handler(handler_class): argument78 class WrappedHandler(handler_class):81 handler_class.setup(self)85 handler_class.finish(self)
89 for (re_str, handler_class) in handlers_map:146 handler = handler_class(request, response)149 handler = handler_class()
167 kwargs = dict(handler_class=SCGIAppHandler)