Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ is_closing
Method
is_closing
python/python3/tornado/websocket.py:663–664 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
661
662
@abc.abstractmethod
663
def
is_closing(self) -> bool:
664
raise
NotImplementedError()
665
666
@abc.abstractmethod
667
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