Stores configuration information for a backends.yaml file.
def google.appengine.tools.devappserver2.application_configuration.BackendsConfiguration.__init__ |
( |
|
self, |
|
|
|
app_config_path, |
|
|
|
backend_config_path |
|
) |
| |
Initializer for BackendsConfiguration.
Args:
app_config_path: A string containing the full path of the yaml file
containing the configuration for this module.
backend_config_path: A string containing the full path of the
backends.yaml file containing the configuration for backends.
def google.appengine.tools.devappserver2.application_configuration.BackendsConfiguration.check_for_updates |
( |
|
self, |
|
|
|
backend_name |
|
) |
| |
Return any configuration changes since the last check_for_updates call.
Args:
backend_name: A str containing the name of the backend to be checked for
updates.
Returns:
A set containing the changes that occured. See the *_CHANGED module
constants.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/devappserver2/application_configuration.py