Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kovidgoyal/kitty
/ write
Function
write
kitty/client.py:21–23 ·
view source on GitHub ↗
(x: str)
Source
from the content-addressed store, hash-verified
19
20
21
def
write(x: str) -> None:
22
sys.stdout.write(x)
23
sys.stdout.flush()
24
25
26
def
set_title(*args: Any) -> None:
Callers
15
report_progress
Method · 0.85
ansi_formatter
Function · 0.85
ApplyDelta
Method · 0.85
clear_screen
Function · 0.85
move_cursor
Function · 0.85
without_line_wrap
Function · 0.85
pending_update
Function · 0.85
cursor
Function · 0.85
write
Method · 0.85
main
Function · 0.85
screen_normal_keypad_mode
Function · 0.85
screen_alternate_keypad_mode
Function · 0.85
Calls
2
write
Method · 0.65
flush
Method · 0.45
Tested by
no test coverage detected