(self, handle, msg: str, details: dict)
| 67 | |
| 68 | class MyControllerEventSink(ControllerEventSink): |
| 69 | def _on_raw_notification(self, handle, msg: str, details: dict): |
| 70 | print(f" [ControllerSink] msg: {msg}") |
| 71 | |
| 72 | |
| 73 | class MyTaskerEventSink(TaskerEventSink): |
nothing calls this directly
no outgoing calls
no test coverage detected