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

Method __move_tall

Lib/_pyrepl/unix_console.py:774–776  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

772 self.__move_y(y)
773
774 def __move_tall(self, x, y):
775 assert 0 <= y - self.__offset < self.height, y - self.__offset
776 self.__write_code(self._cup, y - self.__offset, x)
777
778 def __sigwinch(self, signum, frame):
779 self.height, self.width = self.getheightwidth()

Callers

nothing calls this directly

Calls 1

__write_codeMethod · 0.95

Tested by

no test coverage detected