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

Method stop

GPTOCRGUI.py:175–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

173 threading.Thread(target=self.process_clipboard_image, daemon=True).start()
174
175 def stop(self):
176 self.running = False
177
178 def set_wrappers(self, inline_wrapper: str, block_wrapper: str):
179 """代理到 markdown_processor 的 set_wrappers 方法"""

Callers 2

stop_processingMethod · 0.80
quit_appMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected