separator_char property

separator_char property

Delimiter separator character.

Remarks

It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted.

Definition:

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

See Also