Package Scientific :: Package BSP :: Module IO :: Class _ParNetCDFVariable
[hide private]
[frames] | no frames]

Class _ParNetCDFVariable



object --+    
         |    
   ParBase --+
             |
            _ParNetCDFVariable

Instance Methods [hide private]
  __getattr__(self, attr)
  __getitem__(self, item)
  __getslice__(self, first, last)
  __init__(self, file, name, dimensions, split_dimension)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __len__(self)
  __repr__(self)
repr(x)
  __setitem__(self, item, value)
  __setslice__(self, first, last, value)
  _indices(self, item, part_first, part_last)
  _prepareIndices(self, item)
  _readData(self, item, part_first, part_last)
  _writeData(self, item, data, part_first, part_last)

Inherited from ParBase: broadcast, exchangeMessages, get, put

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


Class Variables [hide private]

Inherited from ParBase: is_parclass


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__getattr__(self, attr)
(Qualification operator)

 

__getitem__(self, item)
(Indexing operator)

 

__getslice__(self, first, last)
(Slicling operator)

 

__init__(self, file, name, dimensions, split_dimension)
(Constructor)

 

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

__len__(self)
(Length operator)

 

__repr__(self)
(Representation operator)

 

repr(x)
Overrides: object.__repr__
(inherited documentation)

__setitem__(self, item, value)
(Index assignment operator)

 

__setslice__(self, first, last, value)
(Slice assignment operator)

 

_indices(self, item, part_first, part_last)

 

_prepareIndices(self, item)

 

_readData(self, item, part_first, part_last)

 

_writeData(self, item, data, part_first, part_last)