MCPcopy
hub / github.com/pallets/werkzeug / bar

Function bar

tests/test_test.py:750–752  ·  view source on GitHub ↗
(environ, start_response)

Source from the content-addressed store, hash-verified

748 return "bar"
749
750 def bar(environ, start_response):
751 start_response("200 OK", [("Content-Type", "text/plain")])
752 return CloseIter()
753
754 app_iter, status, headers = run_wsgi_app(bar, {})
755 assert status == "200 OK"

Callers

nothing calls this directly

Calls 2

start_responseFunction · 0.85
CloseIterClass · 0.85

Tested by

no test coverage detected