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

Method __init__

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

Source from the content-addressed store, hash-verified

594class MyController(CustomController):
595
596 def __init__(self):
597 super().__init__()
598 self.count = 0
599
600 def connect(self) -> bool:
601 print(" on MyController.connect")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected