(self)
| 580 | self.debounce_timer.start() |
| 581 | |
| 582 | def auto_start(self): |
| 583 | self.start_processing() |
| 584 | self.running_state = True |
| 585 | self.icon.menu = self.create_menu() |
| 586 | |
| 587 | # def auto_start(self): |
| 588 | # if self.auto_start_var.get(): # 只有当用户启用自动启动时才开始处理 |
nothing calls this directly
no test coverage detected