Class v.c.c.CSVUnicodeReader(object):

Part of vmc.common.csvutils View In Hierarchy

Known subclasses: vmc.common.csvutils.CSVContactsReader

A CSV reader which will iterate over lines in the CSV file fobj, which is encoded in the given encoding.
Method __init__ Undocumented
Method next Returns a unicode version of self.reader.next()
Method __iter__ Undocumented
Method get_rows Returns all the rows
def __init__(self, fobj, dialect=csv.excel, encoding='utf-8', **kwds):
Undocumented
def next(self):

Returns a unicode version of self.reader.next()

This method will probably be overriden in child classes that want to customize the class behaviour
def __iter__(self):
Undocumented
def get_rows(self):
Returns all the rows
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.