Package translate :: Package storage :: Module omegat :: Class OmegaTDialect
[hide private]
[frames] | no frames]

Class OmegaTDialect

source code


Describe the properties of an OmegaT generated TAB-delimited glossary file.

Instance Methods [hide private]

Inherited from csv.Dialect: __init__

Inherited from csv.Dialect (private): _validate

Class Variables [hide private]
  delimiter = "\t"
hash(x)
  lineterminator = "\r\n"
hash(x)
  quoting = csv.QUOTE_MINIMAL
hash(x)
  doublequote = False
hash(x)
  skipinitialspace = False
hash(x)
  escapechar = None
hash(x)
  quotechar = '"'
hash(x)

Inherited from csv.Dialect (private): _name, _valid