Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
save
Method · 0.95
restore
Method · 0.95
newline
Method · 0.95
clear_lines
Method · 0.95
merge_native_zip
Method · 0.45
write_file_content
Function · 0.45
generate_id_file_by_public
Function · 0.45
location
Method · 0.45
fullscreen
Method · 0.45
hidden_cursor
Method · 0.45
write_error_log
Method · 0.45
_draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected