Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_wsgiref.py50 def hello_app(environ,start_response): argument
58 def header_app(environ, start_response): argument
148 def bad_app(environ,start_response): argument
163 def bad_app(environ, start_response): argument
245 def app(environ, start_response): argument
/third_party/python/Lib/wsgiref/
Dsimple_server.py138 def demo_app(environ,start_response): argument
Dhandlers.py225 def start_response(self, status, headers,exc_info=None): member in BaseHandler
384 def error_output(self, environ, start_response): argument
/third_party/python/Lib/test/test_asyncio/
Dutils.py186 def app(environ, start_response): argument