Searched refs:out_to (Results 1 – 2 of 2) sorted by relevance
260 def _PrintTable(tables, out_to): argument265 if out_to == 'HTML':267 elif out_to == 'PLAIN':269 elif out_to == 'CONSOLE':271 elif out_to == 'TSV':273 elif out_to == 'EMAIL':276 raise ValueError('Invalid out_to value: %s' % (out_to,))
1135 def GetSimpleTable(table, out_to=TablePrinter.CONSOLE): argument1166 tp = TablePrinter(cell_table, out_to)1171 def GetComplexTable(runs, labels, out_to=TablePrinter.CONSOLE): argument1200 tp = TablePrinter(cell_table, out_to)