y property

y property

Gets or sets the y-coordinate of this point. Read/write int.

Definition:

@property
def y(self):
    ...

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

See Also