anypytools.h5py_wrapper#

Created on Mon Jan 16 11:40:42 2012.

@author: mel

Module Contents#

Classes#

API#

class anypytools.h5py_wrapper.File(*args, **kwargs)#

Bases: h5py.File

__doc__ = None#
__getitem__(path)#

.

get(path, *args)#
property file#
property parent#
__contains__(name)#

Test if a member name exists

resolve_anyreference(path)#

Resolve anyreference in the file.

class anypytools.h5py_wrapper.Group(arg)#

Bases: h5py.Group

__doc__ = None#
__getitem__(path)#
get(path, *args)#
property file#
property parent#
__contains__(name)#

Test if a member name exists

class anypytools.h5py_wrapper.Dataset(arg)#

Bases: h5py.Dataset

__doc__ = None#
property file#
property parent#