| Home | Trees | Index | Help |
|---|
| Package dataplot :: Package bike :: Module models :: Class RideManager |
|
object--+ |Manager--+ | RideManager
| Method Summary | |
|---|---|
__init__(self)
| |
Create new bike rides based on records in a text file. | |
Create new bike rides based on default dataset. | |
Shortcut for searching from and to by short_name. | |
Arguments for making the daily correlation scatterplot. | |
Sort rides based on date in a dictionary. | |
Get arguments for the time series plot. | |
CorrScatter_args(*moreargs,
**morekwargs)
| |
| Inherited from Manager | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Returns a new QuerySet object. | |
| |
| |
| |
| |
| |
| |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
list |
__slotnames__ = []
|
| Inherited from Manager | |
int |
creation_counter = 9 |
| Method Details |
|---|
create_from_file(self, filename)Create new bike rides based on records in a text file. |
create_from_file_default(self)Create new bike rides based on default dataset. |
from_to(self, org, dest)Shortcut for searching from and to by short_name. |
get_corr_args(self)Arguments for making the daily correlation scatterplot. |
get_date_dict(self)Sort rides based on date in a dictionary. |
get_odoplot_args(self)Get arguments for the time series plot. If no data present, create some from the default dataset. |
| Class Variable Details |
|---|
__slotnames__
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Apr 29 23:35:16 2008 | http://epydoc.sf.net |