contour_number property

contour_number property

Gets or sets the number of contours in the set (size of counts_list.)

Definition:

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

See Also