Searched refs:y_field (Results 1 – 1 of 1) sorted by relevance
/external/autotest/tko/ |
D | frontend.py | 43 def __init__(self, sql_rows, x_field, y_field, query_reasons = False): argument 66 self.y_values = smart_sort(list(y_values), y_field) 78 y_field = test_view_field_dict[y_axis] 79 query_fields_list = [x_field, y_field, 'status','COUNT(status)'] 87 group_by = '%s, %s, status' % (x_field, y_field) 90 return status_data(rows, x_field, y_field, query_reasons)
|