h5py.alfven.org

HDF5 for Python Documentation

Table Of Contents

Previous topic

Low-level API reference

Next topic

Module H5A

This Page

Module H5

Library API

Base classes for library

Module constants

These constants are only available with HDF5 1.8.X.

INDEX_NAME
Resolve indices in alphanumeric order
INDEX_CRT_ORDER
Resolve indices in order of object creation. Not always available.
ITER_NATIVE
Traverse index in the fastest possible order. No particular pattern is guaranteed.
ITER_INC
Traverse index in increasing order
ITER_DEC
Traverse index in decreasing order