format_string_length property

format_string_length property

Gets or sets the length of the format string.

Definition:

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

See Also