Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
139
class
PathArgsHandler(TestWebSocketHandler):
140
def
open(self, arg):
141
self.write_message(arg)
142
143
144
class
CoroutineOnMessageHandler(TestWebSocketHandler):
Callers
nothing calls this directly
Calls
1
write_message
Method · 0.45
Tested by
no test coverage detected