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

Method get

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

Source from the content-addressed store, hash-verified

39async def test_method_view(app: Quart) -> None:
40 class Views(MethodView):
41 async def get(self) -> ResponseReturnValue:
42 return "GET"
43
44 async def post(self) -> ResponseReturnValue:
45 return "POST"

Callers 15

test_sync_generatorFunction · 0.45
test_indexFunction · 0.45
test_iriFunction · 0.45
test_werkzeugFunction · 0.45
test_generic_errorFunction · 0.45
test_not_found_errorFunction · 0.45
test_root_pathFunction · 0.45
test_streamFunction · 0.45
test_simple_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected