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

Method dispatch_request

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

Source from the content-addressed store, hash-verified

119 provide_automatic_options = True
120
121 def dispatch_request(self):
122 return "Hello World!"
123
124 app.add_url_rule("/", view_func=Index2.as_view("index"))
125 c = app.test_client()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected