(self)
| 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 | |
| 178 | class OpenCoroutineHandler(TestWebSocketHandler): |
nothing calls this directly
no test coverage detected