MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / make_handler

Function make_handler

tests/test_urldispatch.py:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def make_handler():
31 async def handler(request):
32 return Response(request) # pragma: no cover
33
34 return handler
35
36
37@pytest.fixture

Calls

no outgoing calls

Tested by

no test coverage detected