Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ hello
Function
hello
tests/test_basic.py:59–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
58
@method_route(
"/"
)
59
def
hello():
60
return
"Hello"
61
62
assert client_method(
"/"
).data == b
"Hello"
63
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected