Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ dump_session_contents
Function
dump_session_contents
tests/test_basic.py:434–435 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
432
433
@app.route(
"/"
)
434
def
dump_session_contents():
435
return
repr(flask.session.get(
"foo"
))
436
437
assert client.get(
"/"
).data == b
"None"
438
assert client.get(
"/"
).data == b
"42"
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected