(
self,
url: StrOrURL,
*,
decode_text: Literal[True] = ...,
**kwargs: Unpack[_WSConnectOptions],
)
| 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( |
no test coverage detected