h5.archive.HDFArchive.get_raw

HDFArchive.get_raw(key)

Return the entry at key without reconstructing a Python object.

Unlike __getitem__(), no registered class is reconstructed. A subgroup is returned as a plain HDFArchiveGroup.

Parameters:
keystr

Name of the entry in this group.

Returns:
HDFArchiveGroup or object

The raw subgroup or dataset value.