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

Method initialize

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

Source from the content-addressed store, hash-verified

177
178class OpenCoroutineHandler(TestWebSocketHandler):
179 def initialize(self, test, **kwargs):
180 super().initialize(**kwargs)
181 self.test = test
182 self.open_finished = False
183
184 @gen.coroutine
185 def open(self):

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected