MCPcopy
hub / github.com/pallets/flask / delete

Method delete

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

Source from the content-addressed store, hash-verified

211
212 class DeleteView(flask.views.MethodView):
213 def delete(self):
214 return "DELETE"
215
216 class GetDeleteView(GetView, DeleteView):
217 pass

Callers 4

test_request_dispatchingFunction · 0.45
test_url_mappingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected