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

Method connect

source/binding/Python/maa/controller.py:1282–1283  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1280
1281 @abstractmethod
1282 def connect(self) -> bool:
1283 raise NotImplementedError
1284
1285 # Intentionally shadows Controller.connected (a @property) with a method:
1286 # the C callback (MaaCustomControllerCallbacks.ConnectedFunc) invokes

Callers 1

_c_connect_agentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected