Function Reference: H5A.get_space

dl>
oct-hdf5: space_id = H5A.get_space (attr_id)

Retrieve a copy of the dataspace for an attribute attr_id.

Parameters:

attr_idIdentifier 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