h5.archive_basic_layer.HDFArchiveGroupBasicLayer.is_group

HDFArchiveGroupBasicLayer.is_group(p)[source]

Return whether p names a subgroup 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 subgroup.