(self, handle, msg: str, details: dict)
| 72 | |
| 73 | class MyTaskerEventSink(TaskerEventSink): |
| 74 | def _on_raw_notification(self, handle, msg: str, details: dict): |
| 75 | print(f" [TaskerSink] msg: {msg}") |
| 76 | |
| 77 | |
| 78 | class MyContextEventSink(ContextEventSink): |
nothing calls this directly
no outgoing calls
no test coverage detected