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

Class GetDeleteView

tests/test_views.py:216–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 return "DELETE"
215
216 class GetDeleteView(GetView, DeleteView):
217 pass
218
219 app.add_url_rule("/", view_func=GetDeleteView.as_view("index"))
220

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected