MCPcopy Create free account
hub / github.com/T-duality/PillOCR-python / start

Method start

GPTOCRGUI.py:171–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

169 time.sleep(1)
170
171 def start(self):
172 self.running = True
173 threading.Thread(target=self.process_clipboard_image, daemon=True).start()
174
175 def stop(self):
176 self.running = False

Callers 4

start_processingMethod · 0.80
create_tray_iconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected