Home
last modified time | relevance | path

Searched refs:data_column_width (Results 1 – 1 of 1) sorted by relevance

/external/autotest/cli/
Dcompose_query33 data_column_width = max([max(13,len(x)) for x in test_data.x_values]) variable
34 column_widths = [widest_row_header] + [data_column_width] * len(test_data.x_values)