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

Method get_custom_info

test/python/binding_test.py:678–682  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

676 return True
677
678 def get_custom_info(self) -> dict:
679 return {
680 "custom_key": "custom_value",
681 "answer": 42,
682 }
683
684
685def test_custom_controller():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected