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

Type PlayerManager

object --+    
         |    
   Manager --+
             |
            PlayerManager


Adds plotting methods.
Method Summary
  frequent_players(self)
  get_goals_and_victories_args(self)
  get_ts_data(self)
Plot args for making multiple time series of win%
  plotable(self)
  SquareScatter_args(self)
  wins_diff_args(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
list __slotnames__ = []

Method Details

get_ts_data(self)

Plot args for making multiple time series of win%

We should replace this data filtering method with some database-backed method, so statistics can be looked up and plotted faster/easier.

Class Variable Details

__slotnames__

Type:
list
Value:
[]                                                                     

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