Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __write
Method
__write
Lib/_pyrepl/unix_console.py:705–706 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
703
self.move_cursor(0, y)
704
705
def
__write(self, text):
706
self.__buffer.append((text, 0))
707
708
def
__write_code(self, fmt, *args):
709
self.__buffer.append((curses.tparm(fmt, *args), 1))
Callers
4
refresh
Method · 0.95
finish
Method · 0.95
__write_changed_line
Method · 0.95
repaint
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected