h5py_File_is_readable#

pybrops.core.util.h5py.h5py_File_is_readable(stream)[source]#

Determine if a h5py.File is readable.

Parameters:

h5file (h5py.File) – HDF5 file stream to check.

Returns:

out – Whether the HDF5 file is readable.

Return type:

bool