MCPcopy Create free account
hub / github.com/pallets/flask / index

Method index

tests/test_basic.py:1835–1836  ·  view source on GitHub ↗
(self, test="a")

Source from the content-addressed store, hash-verified

1833 app.add_url_rule("/<test>/", "index", self.index)
1834
1835 def index(self, test="a"):
1836 return test
1837
1838 _ = View(app)
1839 rv = client.open("/")

Callers 1

routes_commandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected