Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_iter
Method · 0.80
_transcribe_mms
Method · 0.80
download_model
Method · 0.80
save_json_tasks
Method · 0.80
transcribe
Method · 0.80
write_output
Function · 0.80
transcribe_whisper
Method · 0.80
write_to_export_file
Method · 0.80
write_csv_export
Method · 0.80
_on_download_finished
Method · 0.80
test_invalid_media_file
Method · 0.80
test_load_handles_corrupted_json
Method · 0.80
Calls
no outgoing calls
Tested by
7
test_invalid_media_file
Method · 0.64
test_load_handles_corrupted_json
Method · 0.64
test_read_returns_file_contents
Method · 0.64
test_read_retries_on_permission_error
Method · 0.64
test_handles_empty_existing_file
Method · 0.64
test_apply_styling_with_custom_css_file
Method · 0.64
test_should_ignore_non_media_files
Method · 0.64