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

Method write

buzz/conn.py:10–11  ·  view source on GitHub ↗
(self, s: str)

Source from the content-addressed store, hash-verified

8 self.conn = conn
9
10 def write(self, s: str):
11 self.conn.send(s.strip())
12
13
14@contextmanager

Callers 15

chunk_iterMethod · 0.80
_transcribe_mmsMethod · 0.80
download_modelMethod · 0.80
save_json_tasksMethod · 0.80
transcribeMethod · 0.80
write_outputFunction · 0.80
transcribe_whisperMethod · 0.80
write_to_export_fileMethod · 0.80
write_csv_exportMethod · 0.80
_on_download_finishedMethod · 0.80

Calls

no outgoing calls