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

Function app

tests/test_wsgi.py:333–334  ·  view source on GitHub ↗
(environ, start_response)

Source from the content-addressed store, hash-verified

331 Namespace.got_additional = True
332
333 def app(environ, start_response):
334 return ClosingIterator(Response(environ, start_response), additional)
335
336 app_iter, status, headers = run_wsgi_app(app, create_environ(), buffered=True)
337

Callers

nothing calls this directly

Calls 2

ClosingIteratorClass · 0.90
ResponseClass · 0.90

Tested by

no test coverage detected