Lines Matching defs:printer
31 import printer
75 printer.__print_lock__.acquire()
77 printer.UpdateProgress(test.shared.start_time,
89 printer.Print('FAILED: ' + test.name, has_lock = True)
90 printer.Print(printer.COLOUR_RED + ' '.join(command) + printer.NO_COLOUR,
92 printer.Print(p_out, has_lock = True)
94 printer.__print_lock__.release()
109 printer.Print('No tests to run.')