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

Method dispatch_request

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

Source from the content-addressed store, hash-verified

105 provide_automatic_options = False
106
107 def dispatch_request(self):
108 return "Hello World!"
109
110 app.add_url_rule("/", view_func=Index1.as_view("index"))
111 c = app.test_client()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected