Module H5P
==========

.. automodule:: h5py.h5p

Functional API
--------------

.. autofunction:: create

Base classes
------------

.. autoclass:: PropID
    :show-inheritance:
    :members:

.. autoclass:: PropClassID
    :show-inheritance:
    :members:

.. autoclass:: PropInstanceID
    :show-inheritance:
    :members:

.. autoclass:: PropCreateID
    :show-inheritance:
    :members:

.. autoclass:: PropCopyID
    :show-inheritance:
    :members:

File creation
-------------

.. autoclass:: PropFCID
    :show-inheritance:
    :members:

File access
-----------

.. autoclass:: PropFAID
    :show-inheritance:
    :members:

Dataset creation
----------------

.. autoclass:: PropDCID
    :show-inheritance:
    :members:


Link creation (1.8 only)
------------------------

.. autoclass:: PropLCID
    :show-inheritance:
    :members:


Link access (1.8 only)
----------------------

.. autoclass:: PropLAID
    :show-inheritance:
    :members:


Group creation (1.8 only)
-------------------------

.. autoclass:: PropGCID
    :show-inheritance:
    :members:


Module constants
----------------

Predefined classes (all versions)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. data:: DEFAULT
.. data:: FILE_CREATE
.. data:: FILE_ACCESS
.. data:: DATASET_CREATE
.. data:: DATASET_XFER


Predefined classes (HDF5 1.8.X only)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. data:: OBJECT_COPY
.. data:: LINK_CREATE
.. data:: LINK_ACCESS
.. data:: GROUP_CREATE














