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

Function something_else

tests/test_basic.py:1630–1631  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1628
1629 @app.route("/foo")
1630 def something_else():
1631 return flask.url_for("about", lang_code="en")
1632
1633 assert client.get("/de/").data == b"/de/about"
1634 assert client.get("/de/about").data == b"/foo"

Callers

nothing calls this directly

Calls 1

url_forMethod · 0.80

Tested by

no test coverage detected