MCPcopy Index your code
hub / github.com/RustPython/RustPython / __maybe_write_code

Method __maybe_write_code

Lib/_pyrepl/unix_console.py:711–713  ·  view source on GitHub ↗
(self, fmt, *args)

Source from the content-addressed store, hash-verified

709 self.__buffer.append((curses.tparm(fmt, *args), 1))
710
711 def __maybe_write_code(self, fmt, *args):
712 if fmt:
713 self.__write_code(fmt, *args)
714
715 def __move_y_cuu1_cud1(self, y):
716 assert self._cud1 is not None

Callers 5

prepareMethod · 0.95
restoreMethod · 0.95
beepMethod · 0.95
__hide_cursorMethod · 0.95
__show_cursorMethod · 0.95

Calls 1

__write_codeMethod · 0.95

Tested by

no test coverage detected