(self)
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected