Package dataplot :: Package soccer :: Module models
[show private | hide private]
[frames | no frames]

Module dataplot.soccer.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

Type:
tuple
Value:
('hi_score', 'lo_score', 'differential')                               

PLAYER_STATS

Type:
tuple
Value:
('games',
 'wins',
 'win_percent',
 'goals_per_game',
 'team_goals_per_game',
 'goals_allowed_per_game',
 'differential')                                                       

Generated by Epydoc 2.1 on Tue Apr 29 23:35:16 2008 http://epydoc.sf.net