Searched refs:by_total (Results 1 – 8 of 8) sorted by relevance
43 by_total = lambda x,y: x[1] > y[1] and -1 or 1 function44 cntnrs_and_totals.sort(by_total)
Completed in 8 milliseconds