points property

points property

Points

Definition:

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

See Also