App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google
appengine
ext
bulkload
bulkloader_parser
BulkloaderEntry
Static Public Attributes
|
List of all members
google.appengine.ext.bulkload.bulkloader_parser.BulkloaderEntry Class Reference
Inheritance diagram for google.appengine.ext.bulkload.bulkloader_parser.BulkloaderEntry:
Static Public Attributes
dictionary
ATTRIBUTES
Detailed Description
Root of the bulkloader configuration.
Member Data Documentation
dictionary google.appengine.ext.bulkload.bulkloader_parser.BulkloaderEntry.ATTRIBUTES
static
Initial value:
1
= {
2
'python_preamble'
:
3
validation.Optional(validation.Repeated(PythonPreambleEntry)),
4
'transformers'
: validation.Repeated(TransformerEntry),
5
}
The documentation for this class was generated from the following file:
code/googleappengine-read-only/python/google/appengine/ext/bulkload/bulkloader_parser.py
Maintained by
tzmartin