MCPcopy 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

refreshMethod · 0.95
clearMethod · 0.95
__write_changed_lineMethod · 0.95
__maybe_write_codeMethod · 0.95
__move_y_cuu1_cud1Method · 0.95
__move_y_cuu_cudMethod · 0.95
__move_x_hpaMethod · 0.95
__move_x_cub1_cuf1Method · 0.95
__move_x_cub_cufMethod · 0.95
__move_tallMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected