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

Class GetView

tests/test_views.py:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207def test_multiple_inheritance(app, client):
208 class GetView(flask.views.MethodView):
209 def get(self):
210 return "GET"
211
212 class DeleteView(flask.views.MethodView):
213 def delete(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected