Searched refs:header_names (Results 1 – 1 of 1) sorted by relevance
199 header_names = []208 header_names.append(name)247 num_cols = len(header_names)251 print_table_header(outfile, num_cols, header_names, title)255 def print_table_header(outfile, num_cols, header_names, title): argument260 for name in header_names:265 for i in range(1, len(header_names[0])):267 for name in header_names: