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

Method write_ping

python/python3/tornado/websocket.py:682–683  ·  view source on GitHub ↗
(self, data: bytes)

Source from the content-addressed store, hash-verified

680
681 @abc.abstractmethod
682 def write_ping(self, data: bytes) -> None:
683 raise NotImplementedError()
684
685 # The entry points below are used by WebSocketClientConnection,
686 # which was introduced after we only supported a single version of

Callers 2

pingMethod · 0.45
pingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected