MCPcopy Index your code
hub / github.com/T-duality/PillOCR-python / auto_start

Method auto_start

GPTOCRGUI.py:582–585  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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(): # 只有当用户启用自动启动时才开始处理

Callers

nothing calls this directly

Calls 2

start_processingMethod · 0.95
create_menuMethod · 0.95

Tested by

no test coverage detected