y property

y property

Gets y coordinate for this position coordinate.

Definition:

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

See Also