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

Method open

tornado/test/websocket_test.py:140–141  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

138
139class PathArgsHandler(TestWebSocketHandler):
140 def open(self, arg):
141 self.write_message(arg)
142
143
144class CoroutineOnMessageHandler(TestWebSocketHandler):

Callers

nothing calls this directly

Calls 1

write_messageMethod · 0.45

Tested by

no test coverage detected