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

Method on_connection_close

python/python3/tornado/websocket.py:647–648  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

645 return result
646
647 def on_connection_close(self) -> None:
648 self._abort()
649
650 def _abort(self) -> None:
651 """Instantly aborts the WebSocket connection by closing the socket"""

Callers

nothing calls this directly

Calls 1

_abortMethod · 0.95

Tested by

no test coverage detected