MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / goto

Method goto

pye.py:190–191  ·  view source on GitHub ↗
(self, row, col)

Source from the content-addressed store, hash-verified

188 for _ in Editor.KEYMAP.keys():
189 self.key_max = max(self.key_max, len(_))
190 def goto(self, row, col):
191 self.wr(Editor.TERMCMD[0].format(row=row + 1, col=col + 1))
192 def clear_to_eol(self):
193 self.wr(Editor.TERMCMD[1])
194 def cursor(self, onoff):

Callers 5

scroll_upMethod · 0.95
scroll_downMethod · 0.95
display_windowMethod · 0.95
line_editMethod · 0.95
edit_loopMethod · 0.95

Calls 1

wrMethod · 0.45

Tested by

no test coverage detected