digits property

digits property

Gets or sets the digits. The digits attribute indicates the number of significant decimal digits of the float values that can be contained in the array. The default value is 6. Optional attribute.

Definition:

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

See Also