Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ getitem
Function
getitem
tests/test_basic.py:524–525 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
522
523
@app.route(
"/getitem"
)
524
def
getitem():
525
return
flask.session[
"test"
]
526
527
@app.route(
"/setdefault"
)
528
def
setdefault():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected