Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ about
Function
about
tests/test_basic.py:1626–1627 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1624
1625
@app.route(
"/<lang_code>/about"
)
1626
def
about():
1627
return
flask.url_for(
"something_else"
)
1628
1629
@app.route(
"/foo"
)
1630
def
something_else():
Callers
nothing calls this directly
Calls
1
url_for
Method · 0.80
Tested by
no test coverage detected