예제 #1
0
 def log_request(self):
     if isinstance(self.code, (int, long)) and 400 <= self.code <= 599:
         WSGIHandler.log_request(self)
예제 #2
0
 def log_request(self):
     WSGIHandler.log_request(self)
예제 #3
0
 def log_request(self):
     if isinstance(self.code, (int, long)) and 400 <= self.code <= 599:
         WSGIHandler.log_request(self)