|
| rpcserver |
|
| app_id |
|
| version |
|
| error_fh |
|
Provides facilities to migrate traffic.
def google.appengine.tools.appcfg.TrafficMigrator.__init__ |
( |
|
self, |
|
|
|
rpcserver, |
|
|
|
app_id, |
|
|
|
version, |
|
|
|
error_fh = sys.stderr |
|
) |
| |
Creates a new TrafficMigrator.
Args:
rpcserver: The RPC server to use. Should be an instance of a subclass of
AbstractRpcServer.
app_id: The application to make the change to.
version: The version to set as the default.
error_fh: Where to send status and error messages.
def google.appengine.tools.appcfg.TrafficMigrator.MigrateTraffic |
( |
|
self | ) |
|
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/appcfg.py