Function Reference: H5O.get_info_by_name

dl>
: info_struct = H5O.get_info_by_name (loc_id, name, lapl_id)

The info_struct structure contains fields: fileno; /* File number that object is located in addr; /* Object address in file type; /* Basic object type (group, dataset, etc.) rc; /* Reference count of object atime; /* Access time mtime; /* Modification time ctime; /* Change time btime; /* Birth time num_attrs; /* # of attributes attached to object

See also:

Source Code: H5O.get_info_by_name