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

Function out

tests/test_websocket_parser.py:117–118  ·  view source on GitHub ↗
(loop: asyncio.AbstractEventLoop)

Source from the content-addressed store, hash-verified

115
116@pytest.fixture()
117def out(loop: asyncio.AbstractEventLoop) -> WebSocketDataQueue:
118 return WebSocketDataQueue(mock.Mock(_reading_paused=False), 2**16, loop=loop)
119
120
121@pytest.fixture()

Callers

nothing calls this directly

Calls 1

WebSocketDataQueueClass · 0.90

Tested by

no test coverage detected