find#

classmethod Group.find(layout, name)#

Find a group by name.

Parameters:
layoutLayout

Layout to search for the group.

namestr

Name of the group.

Returns:
Group

Group that is found, None otherwise.