Package dataplot :: Package bike :: Module models :: Class RideManager
[show private | hide private]
[frames | no frames]

Type RideManager

object --+    
         |    
   Manager --+
             |
            RideManager


Used for making global ride plots and importing data.
Method Summary
  __init__(self)
  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.
  CorrScatter_args(*moreargs, **morekwargs)
    Inherited from Manager
  all(self)
  complex_filter(self, *args, **kwargs)
  contribute_to_class(self, model, name)
  count(self)
  create(self, **kwargs)
  dates(self, *args, **kwargs)
  distinct(self, *args, **kwargs)
  exclude(self, *args, **kwargs)
  extra(self, *args, **kwargs)
  filter(self, *args, **kwargs)
  get(self, *args, **kwargs)
  get_empty_query_set(self)
  get_or_create(self, **kwargs)
  get_query_set(self)
Returns a new QuerySet object.
  in_bulk(self, *args, **kwargs)
  iterator(self, *args, **kwargs)
  latest(self, *args, **kwargs)
  none(self)
  order_by(self, *args, **kwargs)
  select_related(self, *args, **kwargs)
  values(self, *args, **kwargs)
    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__ = []
    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__

Type:
list
Value:
[]                                                                     

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