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

Method get

tests/test_blueprints.py:133–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132 class Views(MethodView):
133 async def get(self) -> ResponseReturnValue:
134 return "GET"
135
136 async def post(self) -> ResponseReturnValue:
137 return "POST"

Calls

no outgoing calls

Tested by

no test coverage detected