Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ bp_defaults
Function
bp_defaults
tests/test_basic.py:1642–1643 ·
view source on GitHub ↗
(endpoint, values)
Source
from the content-addressed store, hash-verified
1640
1641
@bp.url_defaults
1642
def
bp_defaults(endpoint, values):
1643
values[
"page"
] =
"login"
1644
1645
@bp.route(
"/<page>"
)
1646
def
view(page):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected