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

Method open

tornado/test/websocket_test.py:213–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

211
212class NoDelayHandler(TestWebSocketHandler):
213 def open(self):
214 self.set_nodelay(True)
215 self.write_message("hello")
216
217
218class WebSocketBaseTestCase(AsyncHTTPTestCase):

Callers

nothing calls this directly

Calls 2

set_nodelayMethod · 0.45
write_messageMethod · 0.45

Tested by

no test coverage detected