find# classmethod ComponentGroup.find(layout, name)# Find a group by name. Parameters: layoutLayoutLayout to search for the group. namestrName of the group. Returns: GroupGroup that is found, None otherwise.