Contents:
The scores of the candidates
Examples
>>> scores = Scores({'a': 0.7, 'b':0.7, 'c':0.3}) >>> print(scores) {a: 0.7, b: 0.7, c: 0.3} >>> print(scores.winners) a, b
The set of winners.
Winners