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

Method dispatch_request

tests/test_views.py:132–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130
131 class Index3(flask.views.View):
132 def dispatch_request(self):
133 return "Hello World!"
134
135 app.add_url_rule("/", view_func=Index3.as_view("index"))
136 c = app.test_client()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected