App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.ext.bulkload.csv_connector.UnicodeDictWriter Class Reference
Inheritance diagram for google.appengine.ext.bulkload.csv_connector.UnicodeDictWriter:

Public Member Functions

def __init__
 
def writerow
 

Public Attributes

 no_recoding
 
 encoder
 
 writer
 
 queue
 
 stream
 

Detailed Description

Based on UnicodeWriter in http://docs.python.org/library/csv.html.

Constructor & Destructor Documentation

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.

Member Function Documentation

def google.appengine.ext.bulkload.csv_connector.UnicodeDictWriter.writerow (   self,
  row 
)
Wrap writerow method.

The documentation for this class was generated from the following file: