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

Method get

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

Source from the content-addressed store, hash-verified

28def test_method_based_view(app):
29 class Index(flask.views.MethodView):
30 def get(self):
31 return "GET"
32
33 def post(self):
34 return "POST"

Calls

no outgoing calls

Tested by

no test coverage detected