MCPcopy Create free account
hub / github.com/pallets/flask / for_bar_foo

Function for_bar_foo

tests/test_basic.py:1718–1719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1716
1717 @app.route("/bar/123", endpoint="123")
1718 def for_bar_foo():
1719 return flask.request.endpoint
1720
1721 with app.test_request_context():
1722 assert flask.url_for("foo") == "/foo/"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected