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

Method write_message

pywebio/platform/tornado.py:84–85  ·  view source on GitHub ↗
(self, message: dict)

Source from the content-addressed store, hash-verified

82 return session_info
83
84 def write_message(self, message: dict):
85 self.context.write_message(json.dumps(message))
86
87 def closed(self) -> bool:
88 return not bool(self.context.ws_connection)

Callers 1

send_msg_to_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected