Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __write_code
Method
__write_code
Lib/_pyrepl/unix_console.py:727–728 ·
view source on GitHub ↗
(self, fmt, *args)
Source
from the content-addressed store, hash-verified
725
self.__buffer.append((text, 0))
726
727
def
__write_code(self, fmt, *args):
728
self.__buffer.append((terminfo.tparm(fmt, *args), 1))
729
730
def
__maybe_write_code(self, fmt, *args):
731
if
fmt:
Callers
10
refresh
Method · 0.95
clear
Method · 0.95
__write_changed_line
Method · 0.95
__maybe_write_code
Method · 0.95
__move_y_cuu1_cud1
Method · 0.95
__move_y_cuu_cud
Method · 0.95
__move_x_hpa
Method · 0.95
__move_x_cub1_cuf1
Method · 0.95
__move_x_cub_cuf
Method · 0.95
__move_tall
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected