Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ is_closing
Method
is_closing
tornado/websocket.py:687–688 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
685
686
@abc.abstractmethod
687
def
is_closing(self) -> bool:
688
raise
NotImplementedError()
689
690
@abc.abstractmethod
691
async
def
accept_connection(self, handler: WebSocketHandler) -> None:
Callers
2
write_message
Method · 0.45
ping
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected