Home
last modified time | relevance | path

Searched refs:hello_app (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_wsgiref.py51 def hello_app(environ,start_response): function
70 def run_amock(app=hello_app, data=b"GET / HTTP/1.0\n\n"):
159 out, err = run_amock(validator(hello_app))
814 h.run(hello_app)
837 h.run(hello_app)
856 h.run(hello_app)