MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / _on_raw_notification

Method _on_raw_notification

test/python/binding_test.py:69–70  ·  view source on GitHub ↗
(self, handle, msg: str, details: dict)

Source from the content-addressed store, hash-verified

67
68class MyControllerEventSink(ControllerEventSink):
69 def _on_raw_notification(self, handle, msg: str, details: dict):
70 print(f" [ControllerSink] msg: {msg}")
71
72
73class MyTaskerEventSink(TaskerEventSink):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected