Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_provide_automatic_options_kwarg
Function · 0.45
test_request_dispatching
Function · 0.45
test_url_mapping
Function · 0.45
test_multiple_inheritance
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected