h5.archive_basic_layer.HDFArchiveGroupBasicLayer.is_data

HDFArchiveGroupBasicLayer.is_data(p)[source]

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.