Lines Matching refs:diffs
1477 def ComputeDifferences(diffs):1478 """Call ComputePatch on all the Difference objects in 'diffs'."""1479 print(len(diffs), "diffs to compute")1482 by_size = [(i.tf.size, i) for i in diffs]