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

Method connect

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

Source from the content-addressed store, hash-verified

598 self.count = 0
599
600 def connect(self) -> bool:
601 print(" on MyController.connect")
602 self.count += 1
603 return True
604
605 def connected(self) -> bool:
606 print("on MyController.connected")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected