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

Method get

tests/test_views.py:30–31  ·  tests/test_views.py::Index.get
(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 class="st">"GET"
32
33 def post(self):
34 return class="st">"POST"

Calls

no outgoing calls

Tested by

no test coverage detected