Home | History | Annotate | Download | only in rebaseline_server

Lines Matching refs:column

16 import column
78 column_id: string; unique ID of this column (must match a key within
88 column_id: string; unique ID of this column (must match a key within
93 column_header_factory = column.ColumnHeaderFactory(header_text=column_id)
101 column_id: string; unique ID of this column
102 value: string; a possible value for this column
111 We use this information to generate tallies within the column header
116 column_id: string; unique ID of this column (must match a key within
118 value: string; a possible value for this column
130 """Returns all column headers as a dictionary."""