Lines Matching refs:row
46 for row in c:
47 rows.append(row)
124 data = [dict(zip(columns,row)) for row in rows]
154 for row in rows:
157 for i in range(0,len(row)):
158 cell = row[i]
161 print_functions[i](out, row[0], row, cell)
173 for row in data:
174 if row["container"] != -101:
176 screen = row["screen"]
177 hotseat[screen] = row
195 for row in data:
196 screen = screens[row["screen"]]
198 if row["container"] != -100:
200 cellX = row["cellX"]
201 cellY = row["cellY"]
202 spanX = row["spanX"]
203 spanY = row["spanY"]
207 screen[cellY][cellX] = row