| Method Summary | 
|   | 
  __str__(self)
 | 
|   | 
  cache(self)
 
Save both teams relevant to this game. | 
|   | 
  export(self)
 | 
|   | 
  other_team(self)
 | 
|   | 
  save(self)
 
Save method which allows for maximum configurability. | 
|   | 
  scores_ordered(self)
 | 
|   | 
  summary(self)
 | 
  |     Inherited from Model | 
|   | 
  __init__(self,
          *args,
          **kwargs)
 | 
|   | 
  make_manager_plots(cls,
          force)
 
Try to remake plots related to this model's manager.    (Class method)
 | 
|   | 
  make_model_plots(self,
          force)
 
Try to remake plots related to this model. | 
|   | 
  save_plots(self)
 | 
  |     Inherited from object | 
|   | 
  __delattr__(...)
 
x.__delattr__('name') <==> del x.name | 
|   | 
  __getattribute__(...)
 
x.__getattribute__('name') <==> x.name | 
|   | 
  __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 | 
|   | 
  __setattr__(...)
 
x.__setattr__('name', value) <==> x.name = value |