MCPcopy 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

refreshMethod · 0.95
finishMethod · 0.95
__write_changed_lineMethod · 0.95
repaintMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected