input property

input property

Gets or sets the input. The input element may occur any number of times. This input is a local input with the offset and set attributes

Definition:

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

See Also