1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Module H5
=========
.. automodule:: h5py.h5
Library API
-----------
.. autofunction:: get_config
.. autofunction:: get_libversion
Configuration class
-------------------
.. autoclass:: H5PYConfig
Module constants
----------------
.. data:: INDEX_NAME
Resolve indices in alphanumeric order
.. data:: INDEX_CRT_ORDER
Resolve indices in order of object creation. Not always available.
.. data:: ITER_NATIVE
Traverse index in the fastest possible order. No particular pattern is
guaranteed.
.. data:: ITER_INC
Traverse index in increasing order
.. data:: ITER_DEC
Traverse index in decreasing order
|