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

Class UnicodeReader

source code

A CSV reader which will iterate over lines in the 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
 
__iter__(self) source code
 
next(self) source code