single_set property

single_set property

Gets or sets the single set. The set attribute indicates which inputs should be grouped together as a single set. This is helpful when multiple inputs share the same semantics.

Definition:

@property
def single_set(self):
    ...
@single_set.setter
def single_set(self, value):
    ...

See Also