MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / write_message

Method write_message

pywebio/platform/adaptor/ws.py:87–88  ·  view source on GitHub ↗
(self, message: dict)

Source from the content-addressed store, hash-verified

85
86 @abc.abstractmethod
87 def write_message(self, message: dict):
88 pass
89
90 @abc.abstractmethod
91 def closed(self) -> bool:

Callers 2

__init__Method · 0.45
_send_msg_to_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected