Function Reference: H5A.get_space

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://support.hdfgroup.org/documentation/hdf5/latest/group___h5_a.html.

See also: H5A.open

Source Code: H5A.get_space