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

Class MyTaskerEventSink

test/python/binding_test.py:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
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 1

test_tasker_apiFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_tasker_apiFunction · 0.68