MCPcopy Index your code
hub / github.com/websocket-client/websocket-client / WebSocketTimeoutException

Class WebSocketTimeoutException

websocket/_exceptions.py:54–59  ·  view source on GitHub ↗

WebSocketTimeoutException will be raised at socket timeout during read/write data.

Source from the content-addressed store, hash-verified

52
53
54class WebSocketTimeoutException(WebSocketException):
55 """
56 WebSocketTimeoutException will be raised at socket timeout during read/write data.
57 """
58
59 pass
60
61
62class WebSocketProxyException(WebSocketException):

Callers 4

_recvFunction · 0.85
recvFunction · 0.85
sendFunction · 0.85
checkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…