point property

point property

Definition:

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

See Also