H5A.get_space
Retrieve a copy of the dataspace for an attribute attr_id.
Parameters:
attr_id | Identifier of an attribute |
Description:
The dataspace identifier returned from this function must be released with H5S.close or resource leaks will develop. See original function at https://portal.hdfgroup.org/display/HDF5/H5A_GET_SPACE.
See also: H5S.close
Source Code: H5A.get_space