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

Method application

src/werkzeug/local.py:232–235  ·  view source on GitHub ↗
(
            environ: WSGIEnvironment, start_response: StartResponse
        )

Source from the content-addressed store, hash-verified

230 """
231
232 def application(
233 environ: WSGIEnvironment, start_response: StartResponse
234 ) -> t.Iterable[bytes]:
235 return ClosingIterator(app(environ, start_response), self.cleanup)
236
237 return application
238

Callers

nothing calls this directly

Calls 2

ClosingIteratorClass · 0.85
appFunction · 0.50

Tested by

no test coverage detected