获取给gui显示的参数 :return:
(self, task: str)
| 132 | self.server.run() |
| 133 | |
| 134 | def gui_args(self, task: str) -> str: |
| 135 | """ |
| 136 | 获取给gui显示的参数 |
| 137 | :return: |
| 138 | """ |
| 139 | return self.config.gui_args(task=task) |
| 140 | |
| 141 | def gui_menu(self) -> str: |
| 142 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected