MCPcopy Index your code
hub / github.com/nodejs/node / ClearLine

Method ClearLine

tools/test.py:516–517  ·  view source on GitHub ↗
(self, last_line_length)

Source from the content-addressed store, hash-verified

514 super(ColorProgressIndicator, self).__init__(cases, flaky_tests_mode, measure_flakiness, templates)
515
516 def ClearLine(self, last_line_length):
517 print("\033[1K\r", end='')
518
519
520class MonochromeProgressIndicator(CompactProgressIndicator):

Callers 2

HasRunMethod · 0.45
PrintProgressMethod · 0.45

Calls 1

printFunction · 0.50

Tested by

no test coverage detected