Writer objects (DictWriter instances and objects returned by
the writer() function) have the following public methods:
-
Write the row parameter to the writer's file object, formatted
according to the current dialect.
-
Write all the rows parameters to the writer's file object, formatted
according to the current dialect.
Release 2.3.3, documentation updated on December 19, 2003.
See About this document... for information on suggesting changes.