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