Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ read
Function
read
tests/test_basic.py:482–483 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
480
481
@app.route(
"/read"
)
482
def
read():
483
return
str(flask.session.get(
"foo"
, 0))
484
485
def
run_test(expect_header):
486
with
app.test_client()
as
c:
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected