Package Camelot :: Package camelot :: Package view :: Package wizard :: Module importwizard :: 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 0xc527a1c>, encoding='utf-8', **kwds) source code
 
next(self) source code
 
__iter__(self) source code