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

Method _ws_connect

aiohttp/client.py:1115–1121  ·  view source on GitHub ↗
(
            self,
            url: StrOrURL,
            *,
            decode_text: Literal[True] = ...,
            **kwargs: Unpack[_WSConnectOptions],
        )

Source from the content-addressed store, hash-verified

1113
1114 @overload
1115 async def _ws_connect(
1116 self,
1117 url: StrOrURL,
1118 *,
1119 decode_text: Literal[True] = ...,
1120 **kwargs: Unpack[_WSConnectOptions],
1121 ) -> "ClientWebSocketResponse[Literal[True]]": ...
1122
1123 @overload
1124 async def _ws_connect(

Callers 1

ws_connectMethod · 0.95

Calls 13

requestMethod · 0.95
ClientWSTimeoutClass · 0.85
ws_ext_genFunction · 0.85
_merge_ssl_paramsFunction · 0.85
ws_ext_parseFunction · 0.85
WebSocketWriterClass · 0.85
WebSocketDataQueueClass · 0.50
WebSocketReaderClass · 0.50
decodeMethod · 0.45
getMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected