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

Method _on_raw_notification

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

Source from the content-addressed store, hash-verified

72
73class MyTaskerEventSink(TaskerEventSink):
74 def _on_raw_notification(self, handle, msg: str, details: dict):
75 print(f" [TaskerSink] msg: {msg}")
76
77
78class MyContextEventSink(ContextEventSink):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected