12.20.3 Reader Objects

Python PEP

12.20.3 Reader Objects

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

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.