Searched defs:start_response (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
H A Dhandlers.py85 self.result = application(self.environ, self.start_response)
160 def start_response(self, status, headers,exc_info=None): member in class:BaseHandler
161 """'start_response()' callable as specified by PEP 333"""
207 raise AssertionError("write() before start_response()")
305 self.result = self.error_output(self.environ, self.start_response)
309 def error_output(self, environ, start_response):
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())
/prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
H A Dhandlers.py85 self.result = application(self.environ, self.start_response)
160 def start_response(self, status, headers,exc_info=None): member in class:BaseHandler
161 """'start_response()' callable as specified by PEP 333"""
207 raise AssertionError("write() before start_response()")
305 self.result = self.error_output(self.environ, self.start_response)
309 def error_output(self, environ, start_response):
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py85 self.result = application(self.environ, self.start_response)
160 def start_response(self, status, headers,exc_info=None): member in class:BaseHandler
161 """'start_response()' callable as specified by PEP 333"""
207 raise AssertionError("write() before start_response()")
305 self.result = self.error_output(self.environ, self.start_response)
309 def error_output(self, environ, start_response):
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py85 self.result = application(self.environ, self.start_response)
160 def start_response(self, status, headers,exc_info=None): member in class:BaseHandler
161 """'start_response()' callable as specified by PEP 333"""
207 raise AssertionError("write() before start_response()")
305 self.result = self.error_output(self.environ, self.start_response)
309 def error_output(self, environ, start_response):
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())

Completed in 554 milliseconds