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