y property

y property

Gets the y-coordinate.

Definition:

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

See Also