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

Public Member Functions

def CheckInitialized
 

Static Public Attributes

dictionary ATTRIBUTES
 

Detailed Description

Python modules to import at initialization time, typically models.

Member Function Documentation

def google.appengine.ext.bulkload.bulkloader_parser.PythonPreambleEntry.CheckInitialized (   self)
Check that all required fields are set, and update global state.

The imports specified in the preamble are imported at this time.

Member Data Documentation

dictionary google.appengine.ext.bulkload.bulkloader_parser.PythonPreambleEntry.ATTRIBUTES
static
Initial value:
1 = {'import': validation.TYPE_STR,
2  'as': validation.Optional(validation.TYPE_STR),
3  }

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