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

Method start_server

aiohttp/test_utils.py:311–312  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

309 self._websockets: list[ClientWebSocketResponse[bool]] = []
310
311 async def start_server(self) -> None:
312 await self._server.start_server(loop=self._loop)
313
314 @property
315 def host(self) -> str:

Calls

no outgoing calls

Tested by

no test coverage detected