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

Method set_analysis_completed

cli/main.py:181–183  ·  view source on GitHub ↗

设置分析完成状态

(self, completed: bool = True)

Source from the content-addressed store, hash-verified

179 self.progress_info = info
180
181 def set_analysis_completed(self, completed: bool = True):
182 """设置分析完成状态"""
183 self.analysis_completed = completed
184
185 def create_layout(self, trigger_time: str) -> Layout:
186 """创建自适应布局"""

Callers 2

run_with_events_captureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected