h5.archive.HDFArchiveGroup.is_data

HDFArchiveGroup.is_data(p)

Return whether p names a dataset (leaf) of this group.

Parameters:
pstr

Entry name (must be non-empty and not start with '/').

Returns:
bool

True if p exists and is an HDF5 dataset.