Event when the initialization is completed
(self)
| 97 | assert False |
| 98 | |
| 99 | def on_start(self): |
| 100 | """Event when the initialization is completed""" |
| 101 | self._proxy.handler_ready(self) |
| 102 | |
| 103 | def on_data(self, message): |
| 104 | """on data""" |
no test coverage detected