Package MFnetCDF4_classic :: Module MFnetCDF4_classic :: Class _Variable
[hide private]
[frames] | no frames]

Class _Variable

source code

object --+
         |
        _Variable

Instance Methods [hide private]
  __getattr__(self, name)
  __getitem__(self, elem)
Get records from a concatenated set of variables.
  __init__(self, dset, varname, var, recdimname)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  _shape(self)
  ncattrs(self)
  typecode(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__getattr__(self, name)
(Qualification operator)

source code 
None

__getitem__(self, elem)
(Indexing operator)

source code 
Get records from a concatenated set of variables.

__init__(self, dset, varname, var, recdimname)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

_shape(self)

source code 
None

ncattrs(self)

source code 
None

typecode(self)

source code 
None