Trees
Indices
Help
Python Standard Library
Module csv
:: Class DictWriter
[
hide private
]
[
frames
] |
no frames
]
Class DictWriter
Instance Methods
[
hide private
]
__init__
(
self
,
f
,
fieldnames
,
restval
=
'
'
,
extrasaction
=
'
raise
'
,
dialect
=
'
excel
'
,
*args
,
**kwds
)
_dict_to_list
(
self
,
rowdict
)
writerow
(
self
,
rowdict
)
writerows
(
self
,
rowdicts
)
Trees
Indices
Help
Python Standard Library
Generated by Epydoc 3.0 on Tue Jan 29 22:42:45 2008
http://epydoc.sourceforge.net