(self)
| 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 |