Lines Matching refs:lines
2992 lines = list(misc.list_actions_by_attrs(unprocessed_res,
2995 if not lines:
2998 widths = calc_widths(lines, attrs, widths)
3006 for line in lines:
3097 def calc_widths(lines, attrs, widths=None):
3098 """Given a set of lines and a set of attributes, calculate the minimum
3103 for l in lines:
3219 lines = list(misc.list_actions_by_attrs(actionlist, attrs))
3220 widths = calc_widths(lines, attrs)
3238 line_gen = sorted(lines, key=key_extract)
3240 line_gen = lines