MCPcopy
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_forMethod · 0.80

Tested by

no test coverage detected