line_separator property

line_separator property

Gets and sets the line separator.

Definition:

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

See Also