format_string property

format_string property

Gets or sets the format string.

Definition:

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

See Also