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

Method accept_connection

python/python3/tornado/websocket.py:667–668  ·  view source on GitHub ↗
(self, handler: WebSocketHandler)

Source from the content-addressed store, hash-verified

665
666 @abc.abstractmethod
667 async def accept_connection(self, handler: WebSocketHandler) -> None:
668 raise NotImplementedError()
669
670 @abc.abstractmethod
671 def write_message(

Callers 1

getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected