App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.tools.devappserver2.application_configuration.BackendsConfiguration Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.application_configuration.BackendsConfiguration:

Public Member Functions

def __init__
 
def get_backend_configurations
 
def check_for_updates
 

Detailed Description

Stores configuration information for a backends.yaml file.

Constructor & Destructor Documentation

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.

Member Function Documentation

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: