Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ app
Function
app
tests/test_test.py:127–130 ·
view source on GitHub ↗
(request: Request)
Source
from the content-addressed store, hash-verified
125
126
@Request.application
127
def
app(request: Request) -> Response:
128
r = Response()
129
r.set_cookie(
"k"
,
"v"
, path=None)
130
return
r
131
132
c = Client(app)
133
c.get(
"/nested/leaf"
)
Callers
6
inner
Function · 0.70
run_wsgi_app
Function · 0.50
application
Method · 0.50
execute
Method · 0.50
__call__
Method · 0.50
__call__
Method · 0.50
Calls
7
set_cookie
Method · 0.95
Response
Class · 0.90
redirect
Function · 0.90
get_data
Method · 0.45
get
Method · 0.45
set_cookie
Method · 0.45
delete_cookie
Method · 0.45
Tested by
no test coverage detected