h5.archive.HDFArchive.is_group

HDFArchive.is_group(p)

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.