12.20.3 Reader Objects

Reader objects (DictReader instances and objects returned by the reader() function) have the following public methods:

next( )
Return the next row of the reader's iterable object as a list, parsed according to the current dialect.

See About this document... for information on suggesting changes.