Package dbf :: Module ver_2 :: Class DbfCsv
[hide private]
[frames] | no frames]

Class DbfCsv

source code

csv.Dialect --+
              |
             DbfCsv

csv format for exporting tables

Instance Methods [hide private]

Inherited from csv.Dialect: __init__

Inherited from csv.Dialect (private): _validate

Class Variables [hide private]
  delimiter = ','
  doublequote = True
hash(x)
  escapechar = None
hash(x)
  lineterminator = '\n'
  quotechar = '"'
  skipinitialspace = True
hash(x)
  quoting = 2

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