load_style_strategy property

load_style_strategy property

Indicates the strategy to apply style for parsed values when converting string value to number or datetime.

Definition:

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

See Also