Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ index2
Function
index2
tests/test_basic.py:83–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
app = flask.Flask(__name__)
82
83
def
index2():
84
return
"Hello World!"
85
86
index2.provide_automatic_options = True
87
app.route(
"/"
, methods=[
"OPTIONS"
])(index2)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected