h5.archive.HDFArchiveGroup.get_raw

HDFArchiveGroup.get_raw(key)[source]

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.