MCPcopy
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:

Callers 8

__aenter__Method · 0.95
goFunction · 0.95
setUpAsyncMethod · 0.45
test_clientFunction · 0.45
test_custom_portFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected