MCPcopy Create free account
hub / github.com/EasyIME/PIME / WebSocketClosedError

Class WebSocketClosedError

python/python3/tornado/websocket.py:109–115  ·  view source on GitHub ↗

Raised by operations on a closed connection. .. versionadded:: 3.2

Source from the content-addressed store, hash-verified

107
108
109class WebSocketClosedError(WebSocketError):
110 """Raised by operations on a closed connection.
111
112 .. versionadded:: 3.2
113 """
114
115 pass
116
117
118class _DecompressTooLargeError(Exception):

Callers 6

write_messageMethod · 0.85
pingMethod · 0.85
write_messageMethod · 0.85
wrapperMethod · 0.85
write_messageMethod · 0.85
pingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected