设置分析完成状态
(self, completed: bool = True)
| 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 | """创建自适应布局""" |
no outgoing calls
no test coverage detected