Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
class
MyResourceEventSink(ResourceEventSink):
64
def
_on_raw_notification(self, handle, msg: str, details: dict):
65
print(f
" [ResourceSink] msg: {msg}"
)
66
67
68
class
MyControllerEventSink(ControllerEventSink):
Callers
1
test_resource_api
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_resource_api
Function · 0.68