add_suffix property

add_suffix property

The add_suffix property indicates whether the file name should be changed before saving. Defaults to False.

Definition:

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

See Also