Package schrodinger :: Package utils :: Module csv_unicode :: Class writer
[hide private]
[frames] | no frames]

Class writer

object --+
         |
        writer

A CSV writer that can handle Unicode characters. Files will be written as UTF-8. Output files will start with the UTF8 byte-order marker. This marker causes Excel and LibreOffice to interpret the file as Unicode by default. Without it, the user would have to manually select Unicode in the Import Wizard when opening the file.

Instance Methods [hide private]
 
__init__(self, csv_file, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
writerow(self, row)
 
writerows(self, rows)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  dialect

Inherited from object: __class__

Method Details [hide private]

__init__(self, csv_file, *args, **kwargs)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

dialect

Get Method:
unreachable.dialect(self)