Searched refs:rowlines (Results 1 – 1 of 1) sorted by relevance
2017 rowlines = dict() variable in Timeline2150 if t not in self.rowlines or t not in self.rowheight:2151 self.rowlines[t] = dict()2153 if p not in self.rowlines[t] or p not in self.rowheight[t]:2154 self.rowlines[t][p] = dict()2162 self.rowlines[t][p][row] = rowheight2181 for t in self.rowlines:2182 for p in self.rowlines[t]:2184 for i in sorted(self.rowlines[t][p]):2185 total += self.rowlines[t][p][i][all …]