Solution

class matchup.structure.solution.Solution(results: List[matchup.structure.solution.Result])

Bases: object

The solution class has the function of properly storing and displaying the responses of the queries

Attributes Summary

results Ranking List

Methods Summary

str_n(n) Take the ranking for the first N results.

Attributes Documentation

results
Ranking List
Returns:List of results

Methods Documentation

str_n(n) → str
Take the ranking for the first N results.
Parameters:n
Returns: