py21cmfast.wrapper.arrays.H5Backend =================================== .. py:class:: py21cmfast.wrapper.arrays.H5Backend Bases: :py:obj:`CacheBackend` Backend for caching arrays in a HDF5 file. .. !! processed by numpydoc !! .. py:method:: read() Read an array from the cache. .. !! processed by numpydoc !! .. py:method:: write(val, overwrite = False) Write an array to the cache. .. !! processed by numpydoc !! .. py:attribute:: __slots__ :value: () .. py:attribute:: dataset :type: str .. py:attribute:: path :type: pathlib.Path