Function Reference: H5O.close

dl>
: H5O.close (object_id)

Closes the object, dataset, or named datatype specified by object_id.

This function is the companion to H5O.open, and has the same effect as calling H5G.close, H5D.close, or H5T.close.

H5O.close is not used to close a dataspace, attribute, property list, or file.

See also: H5O.open

Source Code: H5O.close