MCPcopy
hub / github.com/tornadoweb/tornado / on_message

Method on_message

tornado/test/websocket_test.py:135–136  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

133 yield gen.moment
134
135 def on_message(self, message):
136 self.write_message(message)
137
138
139class PathArgsHandler(TestWebSocketHandler):

Callers

nothing calls this directly

Calls 1

write_messageMethod · 0.45

Tested by

no test coverage detected