h5.archive.Tuple

class h5.archive.Tuple(ob)[source]

Archive wrapper for a Python tuple.

Behaves like List but reconstructs a tuple on read.

Instances are created internally by HDFArchiveGroup and the class is registered with h5.formats.

Parameters:
obtuple

The tuple to wrap.