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

Class MyResourceEventSink

test/python/binding_test.py:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63class MyResourceEventSink(ResourceEventSink):
64 def _on_raw_notification(self, handle, msg: str, details: dict):
65 print(f" [ResourceSink] msg: {msg}")
66
67
68class MyControllerEventSink(ControllerEventSink):

Callers 1

test_resource_apiFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_resource_apiFunction · 0.68