| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
GridType
Grid constructor.
A grid is a constructor holding an 'array' variable. The array has its dimensions mapped to 'maps' stored in the grid (lat, lon, time, etc.). Most of the requests are simply passed onto the stored array.
|
|||
|
__init__(self,
name='',
array=None,
maps=None,
attributes=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| __len__(self) | ||
| __iter__(self) | ||
| walk(self) | ||
| __getattr__(self, attr) | ||
| __getitem__(self, index) | ||
| _get_data(self) | ||
| _set_data(self, data) | ||
| _get_id(self) | ||
| _set_id(self, parent=None) | ||
| _get_filters(self) | ||
| _set_filters(self, f) | ||
| _get_dimensions(self) | ||
| _get_shape(self) | ||
| _set_shape(self, shape) | ||
| _get_type(self) | ||
| _set_type(self, type) | ||
| __copy__(self) | ||
| __deepcopy__(self, memo=None, _nil=[]) | ||
|
Inherited from |
|||
|
|||
| data | ||
| id | ||
| filters | ||
| dimensions | ||
| shape | ||
| type | ||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
dataNone
|
idNone
|
filtersNone
|
dimensionsNone
|
shapeNone
|
typeNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:07 2006 | http://epydoc.sourceforge.net |