MCPcopy
hub / github.com/chidiwilliams/buzz / stop

Method stop

buzz/file_transcriber_queue_worker.py:279–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

277 self.speech_path = None
278
279 def stop(self):
280 self.tasks_queue.put(None)
281 if self.current_transcriber is not None:
282 self.current_transcriber.stop()

Callers 3

workerFunction · 0.95
runMethod · 0.45
cancel_taskMethod · 0.45

Calls

no outgoing calls

Tested by 1

workerFunction · 0.76