Searched refs:header_names (Results 1 – 1 of 1) sorted by relevance
161 header_names = []170 header_names.append(name)203 num_cols = len(header_names)207 print_table_header(outfile, num_cols, header_names, title)211 def print_table_header(outfile, num_cols, header_names, title): argument216 for name in header_names:221 for i in range(1, len(header_names[0])):223 for name in header_names: