input property
input property
Gets or sets the input. One input elements is needed to define a wire by its edges. The second is needed for orientation of the edges.
Definition:
@property
def input(self):
...
@input.setter
def input(self, value):
...