MCPcopy
hub / github.com/alibaba/freeline / write

Method write

freeline_core/cursor.py:12–13  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

10 self._saved = False
11
12 def write(self, s):
13 self._stream.write(s)
14
15 def save(self):
16 self.write(self.term.save)

Callers 13

saveMethod · 0.95
restoreMethod · 0.95
newlineMethod · 0.95
clear_linesMethod · 0.95
merge_native_zipMethod · 0.45
write_file_contentFunction · 0.45
locationMethod · 0.45
fullscreenMethod · 0.45
hidden_cursorMethod · 0.45
write_error_logMethod · 0.45
_drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected