|
| no_recoding |
|
| encoder |
|
| writer |
|
| queue |
|
| stream |
|
Based on UnicodeWriter in http://docs.python.org/library/csv.html.
def google.appengine.ext.bulkload.csv_connector.UnicodeDictWriter.__init__ |
( |
|
self, |
|
|
|
stream, |
|
|
|
fieldnames, |
|
|
|
encoding = 'utf-8' , |
|
|
|
kwds |
|
) |
| |
Initialzer.
Args:
stream: Stream to write to.
fieldnames: Fieldnames to pass to the DictWriter.
encoding: Desired encoding.
kwds: Additional arguments to pass to the DictWriter.
def google.appengine.ext.bulkload.csv_connector.UnicodeDictWriter.writerow |
( |
|
self, |
|
|
|
row |
|
) |
| |
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/bulkload/csv_connector.py