quote_type property

quote_type property

Gets or sets how to quote values in the exported text file.

Definition:

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

See Also