Home | History | Annotate | Download | only in python2.7

Lines Matching refs:best_j

992                     best_ratio, best_i, best_j = cruncher.ratio(), i, j
1001 best_i, best_j, best_ratio = eqi, eqj, 1.0
1006 # a[best_i] very similar to b[best_j]; eqi is None iff they're not
1010 for line in self._fancy_helper(a, alo, best_i, b, blo, best_j):
1014 aelt, belt = a[best_i], b[best_j]
1040 for line in self._fancy_helper(a, best_i+1, ahi, b, best_j+1, bhi):