Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ about
Function
about
tests/test_blueprints.py:167–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
166
@bp.route(
"/about"
)
167
def
about():
168
return
flask.url_for(
".index"
)
169
170
app.register_blueprint(bp)
171
Callers
nothing calls this directly
Calls
1
url_for
Method · 0.80
Tested by
no test coverage detected