MCPcopy 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

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