MCPcopy Index your code
hub / github.com/python/cpython / __maybe_write_code

Method __maybe_write_code

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

Source from the content-addressed store, hash-verified

728 self.__buffer.append((terminfo.tparm(fmt, *args), 1))
729
730 def __maybe_write_code(self, fmt, *args):
731 if fmt:
732 self.__write_code(fmt, *args)
733
734 def __move_y_cuu1_cud1(self, y):
735 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