Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __write
Method
__write
Lib/_pyrepl/unix_console.py:724–725 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
722
self.move_cursor(0, y)
723
724
def
__write(self, text):
725
self.__buffer.append((text, 0))
726
727
def
__write_code(self, fmt, *args):
728
self.__buffer.append((terminfo.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