Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ get_dynamic_cookie
Function
get_dynamic_cookie
tests/test_reqctx.py:261–263 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
259
260
@app.route(
"/get_dynamic_cookie"
)
261
def
get_dynamic_cookie():
262
v = flask.session.get(
"value"
,
"None"
)
263
return
v
264
265
test_client = app.test_client()
266
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected