Describe the properties of a Wordfast generated TAB-delimited
file.
|
delimiter = "\t"
Parse an instance of this class from the start of the given string.
|
|
lineterminator = "\r\n"
Parse an instance of this class from the start of the given string.
|
|
quoting = csv.QUOTE_MINIMAL
Parse an instance of this class from the start of the given string.
|
|
doublequote = False
Parse an instance of this class from the start of the given string.
|
|
skipinitialspace = False
Parse an instance of this class from the start of the given string.
|
|
escapechar = None
Parse an instance of this class from the start of the given string.
|
|
quotechar = '"'
Parse an instance of this class from the start of the given string.
|
Inherited from csv.Dialect (private):
_name ,
_valid
|