Lines Matching defs:cprint

61         def cprint(self, *args, **kwargs):
142 def cprint(self, *args, **kwargs):
229 def cprint(self, *args, **kwargs):
232 self._pxpe.cprint(*args, **kwargs)
268 pe.cprint("Testing logging print engine. ", end='')
269 pe.cprint("Did you see this? ", end='')
270 pe.cprint("And this?")
271 pe.cprint("If the previous three sentences are on the same line, "
273 pe.cprint("You need to see one more line after this one.")
274 pe.cprint("This should be the last line, printed by flushing", end='')
295 pe.cprint("Testing POSIX print engine; ttymode is {0}\n".format(
300 pe.cprint("testing 1 2 3")
301 pe.cprint("testing flush (2)")
308 pe.cprint("Now we'll print something and then erase it;")
309 pe.cprint("you should see a blank line below this line.")
310 pe.cprint("IF YOU CAN SEE THIS, THE TEST HAS FAILED", end='')
311 pe.cprint("", erase=True)
313 pe.cprint("You should see an X swishing back and forth; from")
314 pe.cprint("left to right it should be inverse.")
318 pe.cprint(" " * x, erase=True, end='')
320 pe.cprint("X", end='')
324 pe.cprint(" " * x + "X", erase=True, end='')
326 pe.cprint("", erase=True)
327 pe.cprint("testing 1 2 3")
328 pe.cprint("testing XX XX XX", end="")
330 pe.cprint("testing 4 5 6\ntesting XX XX XX", erase=True, end="")
332 pe.cprint("testing YY YY", end="", erase=True)
334 pe.cprint("testing 7 8 9\ntesting 10 11 12", erase=True)
336 pe.cprint("testing ZZ ZZ ZZ ZZ ZZ", end="")
338 pe.cprint("testing 13 14 15", erase=True)
340 pe.cprint("testing flush...", end='')
342 pe.cprint("This should be on the next line.")
343 pe.cprint("testing flush (2)")
345 pe.cprint("This should be on the next line (with no nl's intervening).")