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

Function request_demo_app

tests/test_wrappers.py:39–41  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

37
38@wrappers.Request.application
39def request_demo_app(request):
40 assert "werkzeug.request" in request.environ
41 return Response()
42
43
44def assert_environ(environ, method):

Callers

nothing calls this directly

Calls 1

ResponseClass · 0.90

Tested by

no test coverage detected