|
| rpcserver |
|
| definitions |
|
| error_fh |
|
Provides facilities to upload index definitions to the hosting service.
def google.appengine.tools.appcfg.IndexDefinitionUpload.__init__ |
( |
|
self, |
|
|
|
rpcserver, |
|
|
|
definitions, |
|
|
|
error_fh = sys.stderr |
|
) |
| |
Creates a new DatastoreIndexUpload.
Args:
rpcserver: The RPC server to use. Should be an instance of HttpRpcServer
or TestRpcServer.
definitions: An IndexDefinitions object.
error_fh: Where to send status and error messages.
def google.appengine.tools.appcfg.IndexDefinitionUpload.DoUpload |
( |
|
self | ) |
|
Uploads the index definitions.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/appcfg.py