convert_numeric_or_date property

convert_numeric_or_date property

Indicates whether converting the value in xml file to numeric or date.

Definition:

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

See Also