class documentation
class GameEntry:
Represents one entry of a list of high scores.
| Method | __init__ |
Create an entry with given name and score. |
| Method | __str__ |
Return string representation of the entry. |
| Method | get |
Return the name of the person for this entry. |
| Method | get |
Return the score of this entry. |
| Instance Variable | _name |
Undocumented |
| Instance Variable | _score |
Undocumented |