MCPcopy
hub / github.com/aio-libs/aiohttp / get

Method get

tests/test_classbasedview.py:19–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17
18 class MyView(View):
19 async def get(self):
20 return resp
21
22 request = mock.Mock()
23 request.method = "GET"

Calls

no outgoing calls

Tested by

no test coverage detected