Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ for_bar
Function
for_bar
tests/test_basic.py:1714–1715 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1712
1713
@app.route(
"/bar/"
, endpoint=
"bar"
)
1714
def
for_bar():
1715
return
flask.request.endpoint
1716
1717
@app.route(
"/bar/123"
, endpoint=
"123"
)
1718
def
for_bar_foo():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected