Home | Trees | Index | Help |
---|
Package dataplot :: Package soccer :: Module models :: Class Player |
|
object
--+ |Model
--+ |Model
--+ | Player
Method Summary | |
---|---|
__str__(self)
| |
cache(self)
| |
get_stat(self,
at)
| |
get_stats(self)
| |
inverse_goals_allowed(self)
| |
Save method which allows for maximum configurability. | |
save_plots(self)
| |
scores_by_date(self)
| |
scores_ordered(self)
| |
Inherited from Model | |
| |
Try to remake plots related to this model's manager. (Class method) | |
Try to remake plots related to this model. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
list |
DATAPLOTS = [(<class 'dataplot.R.TimeSeries'>, {'qs': 's...
|
list |
MANAGER_DATAPLOTS = [(<class 'dataplot.R.SquareScatter'>...
|
PlayerManager |
objects = <dataplot.soccer.models.PlayerManager object a...
|
ForeignRelatedObjectsDescriptor |
score_set = <django.db.models.fields.related.ForeignRela...
|
str |
URLID = 'name'
|
Instance Method Details |
---|
save(self)Save method which allows for maximum configurability. On a model with no custom save method, we will call django's save first, then try to make plots for this object. On a model with a custom save method, you should call make_plots and Model.save yourself, depending on when it is appropriate in terms of your data processing.
|
Class Variable Details |
---|
MANAGER_DATAPLOTS
|
objects
|
score_set
|
URLID
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 29 23:35:17 2008 | http://epydoc.sf.net |