Home | Trees | Indices | Help |
---|
|
object --+ | VLType
A `netCDF4.VLType` instance is used to describe a variable length (VLEN) data type, and can be passed to the the `netCDF4.Dataset.createVariable` method of a `netCDF4.Dataset` or `netCDF4.Group` instance. See `netCDF4.VLType.__init__` for more details.
The instance variables `dtype` and `name` should not be modified by the user.
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
Inherited from |
|
|||
_nc_type | |||
dtype | |||
name | |||
Inherited from |
|
**`__init__(group, datatype, datatype_name)`** VLType constructor. **`group`**: `netCDF4.Group` instance to associate with the VLEN datatype. **`datatype`**: An numpy dtype object describing a the component type for the variable length array. **`datatype_name`**: a Python string containing a description of the VLEN data type. ***`Note`***: `netCDF4.VLType` instances should be created using the `netCDF4.Dataset.createVLType` method of a `netCDF4.Dataset` or `netCDF4.Group` instance, not using this class directly.
|
|
repr(x)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Apr 3 06:23:31 2016 | http://epydoc.sourceforge.net |