Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
def
request_demo_app(request):
40
assert
"werkzeug.request"
in request.environ
41
return
Response()
42
43
44
def
assert_environ(environ, method):
Callers
nothing calls this directly
Calls
1
Response
Class · 0.90
Tested by
no test coverage detected