App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.api.conf.YAMLConfiguration Class Reference
Inheritance diagram for google.appengine.api.conf.YAMLConfiguration:
google.appengine.api.validation.Validated google.appengine.api.validation.ValidatedBase

Static Public Attributes

dictionary ATTRIBUTES = {PARAMETERS: _ParameterDict}
 
- Static Public Attributes inherited from google.appengine.api.validation.Validated
 ATTRIBUTES = None
 

Additional Inherited Members

- Public Member Functions inherited from google.appengine.api.validation.Validated
def __init__
 
def GetValidator
 
def Set
 
def Get
 
def CheckInitialized
 
def __setattr__
 
def __str__
 
def __repr__
 
def __eq__
 
def __ne__
 
def __hash__
 
def ToDict
 
- Public Member Functions inherited from google.appengine.api.validation.ValidatedBase
def GetValidator
 
def SetMultiple
 
def Set
 
def CheckInitialized
 
def ToDict
 
def ToYAML
 

Detailed Description

This class describes the structure of a conf.yaml file.

At the top level the file should have a params attribue which is a mapping
from strings to scalars.  For example:

parameters:
  background_color: 'red'
  message_size: 1024
  boolean_valued_param: true

The documentation for this class was generated from the following file: