MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / moveto

Method moveto

pager_lib/tqdm/std.py:1441–1444  ·  view source on GitHub ↗
(self, n)

Source from the content-addressed store, hash-verified

1439 self.refresh()
1440
1441 def moveto(self, n):
1442 # TODO: private method
1443 self.fp.write('\n' * n + _term_move_up() * -n)
1444 getattr(self.fp, 'flush', lambda: None)()
1445
1446 @property
1447 def format_dict(self):

Callers 2

clearMethod · 0.95
displayMethod · 0.95

Calls 2

_term_move_upFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected