Search

Searched defs:erase (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Dprintengine.py129 def erase(self): member in class:POSIXPrintEngine
130 """Send sequence to erase the current line to _out_file."""
146 erase=true: Erase any content on the present line, intended for
152 if kwargs.get("erase"):
154 self.erase()
155 # account for the erase setting the number of chars
308 pe.cprint("Now we'll print something and then erase it;")
311 pe.cprint("", erase=True)
318 pe.cprint(" " * x, erase=True, end='')
324 pe.cprint(" " * x + "X", erase
[all...]

Completed in 9 milliseconds