(self, test, **kwargs)
| 177 | |
| 178 | class 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): |
nothing calls this directly
no test coverage detected