Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ index
Method
index
tests/test_basic.py:1863–1864 ·
view source on GitHub ↗
(self, test="a")
Source
from the content-addressed store, hash-verified
1861
app.add_url_rule(
"/<test>/"
,
"index"
, self.index)
1862
1863
def
index(self, test=
"a"
):
1864
return
test
1865
1866
_ = View(app)
1867
rv = client.open(
"/"
)
Callers
1
routes_command
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected