Ejemplo n.º 1
0
 def __next__(self):
     row = next(self.reader)
     return [compat.to_unicode(s) for s in row]
Ejemplo n.º 2
0
 def __next__(self):
     row = next(self.reader)
     return [compat.to_unicode(s) for s in row]
Ejemplo n.º 3
0
 def __next__(self):
     return compat.to_unicode(next(self.reader))
Ejemplo n.º 4
0
 def __next__(self):
     return compat.to_unicode(next(self.reader))