Package translate :: Package storage :: Module wordfast :: Class WordfastDialect
[hide private]
[frames] | no frames]

Class WordfastDialect

source code


Describe the properties of a Wordfast generated TAB-delimited file.

Instance Methods [hide private]

Inherited from csv.Dialect: __init__

Inherited from csv.Dialect (private): _validate

Class Variables [hide private]
  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