separator property

separator property

Specifies the separator to be used when convert to a delimited formats

Definition:

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

See Also