#tokenmap_val_list = [token for token in list(self.input_token_map.values()) if (token['start'] <= start and token['start'] <= end)]
#tokenmap_val_list = [token for token in list(self.input_token_map.values()) if (token['start'] <= start and token['start'] <= end)]
...
@@ -406,7 +408,7 @@ class TopLevelParse:
...
@@ -406,7 +408,7 @@ class TopLevelParse:
numrows=min(rows,len(tokenmap_val_list))
numrows=min(rows,len(tokenmap_val_list))
#row_lengths_for_columns = [len([token for token in list(tokenmap_values) if (token['start'] <= x and x >= token['end'])]) for x in range(start,end+1)]
#row_lengths_for_columns = [len([token for token in list(tokenmap_values) if (token['start'] <= x and x >= token['end'])]) for x in range(start,end+1)]