Home | History | Annotate | Download | only in docs

Lines Matching refs:acc

712     def aggregate_by_name(acc, el):
713 existing = [i for i in acc if i.name == el.name]
718 acc.append(k)
723 return acc