Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ get
Function
get
tests/test_reqctx.py:251–253 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
250
@app.route(
"/get"
)
251
def
get():
252
v = flask.session.get(
"value"
,
"None"
)
253
return
v
254
255
@app.route(
"/set_dynamic_cookie"
, methods=[
"POST"
])
256
def
set_dynamic_cookie():
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected