h5.archive.HDFArchiveGroup.get_raw
- HDFArchiveGroup.get_raw(key)[source]
Return the entry at
keywithout reconstructing a Python object.Unlike
__getitem__(), no registered class is reconstructed. A subgroup is returned as a plainHDFArchiveGroup.- Parameters:
- keystr
Name of the entry in this group.
- Returns:
- HDFArchiveGroup or object
The raw subgroup or dataset value.