require_group# caput.memdata._BaseGroup.require_group(name)[source]# Require a group to exist, create if it doesn’t. Parameters: namestrGroup name. Returns: groupGroupLikeThe requested group, or a new group if the requested one did not exist. Raises: TypeErrorIf an object with the requested name exists but it is not a Group.