HomeSort by relevance Sort by last modified time
    Searched refs:hello_app (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 42 def hello_app(environ,start_response): function
49 def run_amock(app=hello_app, data="GET / HTTP/1.0\n\n"):
117 out, err = run_amock(validator(hello_app))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 42 def hello_app(environ,start_response): function
49 def run_amock(app=hello_app, data="GET / HTTP/1.0\n\n"):
117 out, err = run_amock(validator(hello_app))

Completed in 440 milliseconds