Package diffpy :: Package srrietveld :: Module utility :: Class UnicodeWriter
[frames] | no frames]

Class UnicodeWriter

source code

A CSV writer which will write rows to CSV file "f", which is encoded in the given encoding.

Instance Methods
 
__init__(self, f, dialect=<class csv.excel at 0x3507598>, encoding='utf-8', **kwds) source code
 
writerow(self, row) source code
 
writerows(self, rows) source code