Home | History | Annotate | Download | only in tools

Lines Matching refs:last_line_length

291   def ClearLine(self, last_line_length):
302 'clear': lambda last_line_length: ("\r" + (" " * last_line_length) + "\r"),
307 def ClearLine(self, last_line_length):
308 print ("\r" + (" " * last_line_length) + "\r"),