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

Method initialize

python/python3/tornado/test/websocket_test.py:160–162  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

158
159class SubprotocolHandler(TestWebSocketHandler):
160 def initialize(self, **kwargs):
161 super().initialize(**kwargs)
162 self.select_subprotocol_called = False
163
164 def select_subprotocol(self, subprotocols):
165 if self.select_subprotocol_called:

Callers 3

initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected