MCPcopy
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
21def write(x: str) -> None:
22 sys.stdout.write(x)
23 sys.stdout.flush()
24
25
26def set_title(*args: Any) -> None:

Callers 15

report_progressMethod · 0.85
ansi_formatterFunction · 0.85
ApplyDeltaMethod · 0.85
clear_screenFunction · 0.85
move_cursorFunction · 0.85
without_line_wrapFunction · 0.85
pending_updateFunction · 0.85
cursorFunction · 0.85
writeMethod · 0.85
mainFunction · 0.85

Calls 2

writeMethod · 0.65
flushMethod · 0.45

Tested by

no test coverage detected