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.3c1, documentation updated on 4 December 2003.
See About this document... for information on suggesting changes.