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

Method shell

source/binding/Python/maa/controller.py:1371–1372  ·  view source on GitHub ↗
(self, cmd: str, timeout: int)

Source from the content-addressed store, hash-verified

1369 return False
1370
1371 def shell(self, cmd: str, timeout: int) -> Optional[str]:
1372 return None
1373
1374 def inactive(self) -> bool:
1375 """设置控制器为不活跃状态(可选实现,默认返回 True)"""

Callers 1

_c_shell_agentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected