separator_character property

separator_character property

Delimiter Separator Character specifies the character that separates arguments in the delimiter object. The default: ‘|’.

Definition:

@property
def separator_character(self):
    ...

@separator_character.setter
def separator_character(self, value):
    ...

See Also