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

Method post

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

Source from the content-addressed store, hash-verified

31 return "GET"
32
33 def post(self):
34 return "POST"
35
36 app.add_url_rule("/", view_func=Index.as_view("index"))
37

Calls

no outgoing calls

Tested by

no test coverage detected