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

Method get

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

Source from the content-addressed store, hash-verified

29
30class AsyncMethodView(MethodView):
31 async def get(self):
32 await asyncio.sleep(0)
33 return "GET"
34
35 async def post(self):
36 await asyncio.sleep(0)

Callers 3

test_async_routeFunction · 0.45
test_async_error_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected