h5.archive.Tuple
- class h5.archive.Tuple(ob)[source]
Archive wrapper for a Python
tuple.Behaves like
Listbut reconstructs atupleon read.Instances are created internally by
HDFArchiveGroupand the class is registered withh5.formats.- Parameters:
- obtuple
The tuple to wrap.