MCPcopy Create free account
hub / github.com/EasyIME/PIME / open

Method open

python/python3/tornado/test/websocket_test.py:172–175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170 return None
171
172 def open(self):
173 if not self.select_subprotocol_called:
174 raise Exception("select_subprotocol not called")
175 self.write_message("subprotocol=%s" % self.selected_subprotocol)
176
177
178class OpenCoroutineHandler(TestWebSocketHandler):

Callers

nothing calls this directly

Calls 1

write_messageMethod · 0.45

Tested by

no test coverage detected