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

Type Location

object --+        
         |        
     Model --+    
             |    
         Model --+
                 |
                Location


Origin or destination of a bike ride.
Method Summary
  __str__(self)
  compare(self, o)
Initialize plots to summarize rides to another location.
  CorrScatter_args(self)
  get_hist_args(self)
  get_hist_xlim(self)
  get_qqnorm_args(self)
  get_there_and_back_args(self)
kwargs to pass to the R function for plotting.
  related_locations(self)
  related_locations_dict(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(self)
Save method which allows for maximum configurability.
  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

Class Variable Summary
tuple DATAPLOTS = (<class 'dataplot.R.CorrScatter'>,)
int h = 4                                                                     
Manager objects = <django.db.models.manager.Manager object at 0x...
ForeignRelatedObjectsDescriptor ride_destinations = <django.db.models.fields.related.For...
ForeignRelatedObjectsDescriptor ride_origins = <django.db.models.fields.related.ForeignR...
int w = 6                                                                     

Instance Method Details

compare(self, o)

Initialize plots to summarize rides to another location.

o: other location

get_there_and_back_args(self)

kwargs to pass to the R function for plotting.

Class Variable Details

DATAPLOTS

Type:
tuple
Value:
(<class 'dataplot.R.CorrScatter'>,)                                    

h

Type:
int
Value:
4                                                                     

objects

Type:
Manager
Value:
<django.db.models.manager.Manager object at 0xb4df748c>                

ride_destinations

Type:
ForeignRelatedObjectsDescriptor
Value:
<django.db.models.fields.related.ForeignRelatedObjectsDescriptor objec\
t at 0xb4dfbecc>                                                       

ride_origins

Type:
ForeignRelatedObjectsDescriptor
Value:
<django.db.models.fields.related.ForeignRelatedObjectsDescriptor objec\
t at 0xb4dfbe2c>                                                       

w

Type:
int
Value:
6                                                                     

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