Package schrodinger :: Package application :: Package canvas :: Module utils :: Class chm_excel
[hide private]
[frames] | no frames]

Class chm_excel

csv.Dialect --+    
              |    
      csv.excel --+
                  |
                 chm_excel

Instance Methods [hide private]

Inherited from csv.Dialect: __init__

Inherited from csv.Dialect (private): _validate

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

Inherited from csv.Dialect: escapechar

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