MCPcopy Create free account
hub / github.com/FinStep-AI/ContestTrade / console_size_changed

Method console_size_changed

cli/main.py:158–164  ·  view source on GitHub ↗

检查控制台大小是否发生变化

(self)

Source from the content-addressed store, hash-verified

156 return False
157
158 def console_size_changed(self) -> bool:
159 """检查控制台大小是否发生变化"""
160 current_size = console.size
161 if current_size != self._last_console_size:
162 self._last_console_size = current_size
163 return True
164 return False
165
166 def update_agent_status(self, agent_name: str, status: str):
167 """更新Agent状态"""

Callers 1

periodic_status_checkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected