remove_space_after_flags property

remove_space_after_flags property

Gets or sets the option to remove extra space after ‘arcto’ command flags. It is ‘false’ by default.

Definition:

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

See Also