h5py_File_is_writable#

pybrops.core.util.h5py.h5py_File_is_writable(h5file)[source]#

Determine if a h5py.File is writable.

Parameters:

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

Returns:

out – Whether the HDF5 file is writable.

Return type:

bool