Beispiel #1
0
 def process_response(self, request, response):
     return ignore_exception_if_no_debug(
         lambda: self._process_response(request, response), response)
Beispiel #2
0
 def process_request(self, request):
     return ignore_exception_if_no_debug(
         lambda: self._process_request(request))
Beispiel #3
0
 def process_response(self, request, response):
     return ignore_exception_if_no_debug(
         lambda: self._process_response(request, response), response)
Beispiel #4
0
 def flush(self):
     ignore_exception_if_no_debug(self._flush)
Beispiel #5
0
 def process_request(self, request):
     return ignore_exception_if_no_debug(
         lambda: self._process_request(request))