Searched defs:start_response (Results 1 – 8 of 8) sorted by relevance
/external/autotest/frontend/ |
D | frontend.wsgi | 20 def application(environ, start_response): argument
|
/external/python/cpython3/Lib/test/ |
D | test_wsgiref.py | 49 def hello_app(environ,start_response): argument 57 def header_app(environ, start_response): argument 162 def bad_app(environ,start_response): argument 177 def bad_app(environ, start_response): argument 259 def app(environ, start_response): argument
|
/external/python/cpython3/Lib/wsgiref/ |
D | simple_server.py | 137 def demo_app(environ,start_response): argument
|
D | handlers.py | 212 def start_response(self, status, headers,exc_info=None): member in BaseHandler 371 def error_output(self, environ, start_response): argument
|
/external/python/cpython2/Lib/wsgiref/ |
D | simple_server.py | 135 def demo_app(environ,start_response): argument
|
D | handlers.py | 160 def start_response(self, status, headers,exc_info=None): member in BaseHandler 309 def error_output(self, environ, start_response): argument
|
/external/python/cpython2/Lib/test/ |
D | test_wsgiref.py | 42 def hello_app(environ,start_response): argument 127 def bad_app(environ,start_response): argument
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 177 def app(environ, start_response): argument
|