input property

input property

Gets or sets the input. The input element must occur at least one time. These inputs are local inputs.

Definition:

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

See Also