MCPcopy Create free account
hub / github.com/pallets/quart / post

Method post

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

Source from the content-addressed store, hash-verified

42 return "GET"
43
44 async def post(self) -> ResponseReturnValue:
45 return "POST"
46
47 app.add_url_rule("/", view_func=Views.as_view("simple"))
48

Callers 12

test_jsonFunction · 0.45
test_implicit_jsonFunction · 0.45
test_implicit_json_listFunction · 0.45
test_jsonFunction · 0.45
test_formFunction · 0.45
test_filesFunction · 0.45
test_dataFunction · 0.45
test_method_viewFunction · 0.45
test_create_postFunction · 0.45
test_echoFunction · 0.45
test_create_todoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected