class documentation
class Scoreboard:
Fixed-length sequence of high scores in nondecreasing order.
| Method | __getitem__ |
Return entry at index k. |
| Method | __init__ |
Initialize scoreboard with given maximum capacity. |
| Method | __str__ |
Return string representation of the high score list. |
| Method | add |
Consider adding entry to high scores. |
| Instance Variable | _board |
Undocumented |
| Instance Variable | _n |
Undocumented |