| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseType --+
|
ArrayType
An array of BaseType variables.
Although the DAP supports arrays of any DAP variables, pydap can only handle arrays of base types. This makes the ArrayType class very similar to a BaseType, with the difference that it'll hold an array of data in its 'data' attribute.
Array of constructors will not be supported until Python has a native multi-dimensional array type.
|
|||
| __init__(self, name='', data=None, shape=None, dimensions=None, type=None, attributes=None) | ||
| __len__(self) | ||
| __copy__(self) | ||
| __deepcopy__(self, memo=None, _nil=[]) | ||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:07 2006 | http://epydoc.sourceforge.net |