n_points property

n_points property

Definition:

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

See Also