input_set property

input_set property

Gets or sets the input set. The input_set attribute specifies which input set to bind.

Definition:

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

See Also