Home | Trees | Index | Help |
---|
Package dataplot :: Package soccer :: Module models |
|
Classes | |
---|---|
Game |
Game(id, date, hi_score, lo_score, differential) |
GameManager |
|
Player |
Player(id, name, goals_per_game, team_goals_per_game, goals_allowed_per_game, differential, games, wins, win_percent) |
PlayerManager |
Adds plotting methods. |
Score |
Score(id, player_id, team_id, goals, own_goals) |
Team |
Team(id, name, game_id, goals, own_goals, points, won, tied, players) |
Function Summary | |
---|---|
order_scores(qs)
|
Variable Summary | |
---|---|
tuple |
GAME_STATS = ('hi_score', 'lo_score', 'differential')
|
tuple |
PLAYER_STATS = ('games', 'wins', 'win_percent', 'goals_p...
|
Variable Details |
---|
GAME_STATS
|
PLAYER_STATS
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 29 23:35:16 2008 | http://epydoc.sf.net |