Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ root
Function
root
tests/test_basic.py:757–758 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
755
756
@app.route(
"/"
)
757
def
root():
758
return
"Response"
759
760
rv = client.get(
"/"
)
761
assert rv.status_code == 200
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected