Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ index
Function
index
tests/test_session_interface.py:24–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
@app.get(
"/"
)
24
def
index():
25
return
"Hello, World!"
26
27
response = app.test_client().get(
"/"
)
28
assert response.status_code == 200
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected