Package hdf5pickle :: Module base :: Class _FileInterface
[hide private]
[frames] | no frames]

Class _FileInterface

source code

object --+
         |
        _FileInterface

Internal interface to a tables.File object.

Includes convenience functions, including type conversion.



Instance Methods [hide private]
  __init__(self, file, type_map=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  set_attr(self, obj, attr, value)
  has_attr(self, obj, attr)
  get_attr(self, obj, attr)
  get_path(self, path)
  has_path(self, path)
  save_array(self, path, data)
  save_numeric_array(self, path, data)
  load_array(self, node, type_)
  new_group(self, path)

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


Static Methods [hide private]
  _splitpath(s)

Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, file, type_map=None)
(Constructor)

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

_splitpath(s)
Static Method

source code 
None

set_attr(self, obj, attr, value)

source code 
None

has_attr(self, obj, attr)

source code 
None

get_attr(self, obj, attr)

source code 
None

get_path(self, path)

source code 
None

has_path(self, path)

source code 
None

save_array(self, path, data)

source code 
None

save_numeric_array(self, path, data)

source code 
None

load_array(self, node, type_)

source code 
None

new_group(self, path)

source code 
None