Class w.c.c.CSVUnicodeWriter(
object
):
Part of
wader
.
common
.
csvutils
View In Hierarchy
A CSV writer which will write rows to CSV file "f", which is encoded in the given encoding.
Method
__init__
Undocumented
Method
write_row
Undocumented
Method
write_rows
Undocumented
def __init__(self, csvfile, dialect=csv.excel, encoding='utf-8', **kwds):
Undocumented
def write_row(self, row):
Undocumented
def write_rows(self, rows):
Undocumented
API Documentation
for wader-core, generated by
pydoctor
at 2008-08-27 16:53:37.