Searched refs:str_ratio (Results 1 – 1 of 1) sorted by relevance
63 str_ratio = ('%.2gx' if ratio < 1 else '%.3gx') % ratio variable66 humanize(bm), humanize(bsem), str_ratio)68 print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm), str_ratio)