Group constructor

__init__(self, name)

Construct a new instance of Group


def __init__(self, name):
    ...
ParameterTypeDescription
nameSystem.StringGroup’s name

See Also