Searched defs:by_total (Results 1 – 2 of 2) sorted by relevance
43 by_total = lambda x,y: x[1] > y[1] and -1 or 1 function