|
| rpcserver |
|
| dispatch |
|
| error_fh |
|
Provides facilities to upload dispatch entries to the hosting service.
def google.appengine.tools.appcfg.DispatchEntryUpload.__init__ |
( |
|
self, |
|
|
|
rpcserver, |
|
|
|
dispatch, |
|
|
|
error_fh = sys.stderr |
|
) |
| |
Creates a new DispatchEntryUpload.
Args:
rpcserver: The RPC server to use. Should be an instance of a subclass of
AbstractRpcServer
dispatch: The DispatchInfoExternal object loaded from the dispatch.yaml
file.
error_fh: Where to send status and error messages.
def google.appengine.tools.appcfg.DispatchEntryUpload.DoUpload |
( |
|
self | ) |
|
Uploads the dispatch entries.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/appcfg.py