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

Method dispatch_request

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

Source from the content-addressed store, hash-verified

19 methods = ["GET", "POST"]
20
21 def dispatch_request(self):
22 return flask.request.method
23
24 app.add_url_rule("/", view_func=Index.as_view("index"))
25 common_test(app)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected