Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ view
Function
view
tests/test_basic.py:1646–1647 ·
view source on GitHub ↗
(page)
Source
from the content-addressed store, hash-verified
1644
1645
@bp.route(
"/<page>"
)
1646
def
view(page):
1647
pass
1648
1649
app.register_blueprint(bp)
1650
Callers
1
wrapped_view
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected