keep_precision property

keep_precision property

Indicates whether not parsing a string value if the length is 15.

Definition:

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

See Also