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._ParameterDict Class Reference
Inheritance diagram for google.appengine.api.conf._ParameterDict:
google.appengine.api.validation.ValidatedDict google.appengine.api.validation.ValidatedBase

Static Public Attributes

tuple KEY_VALIDATOR = _ValidParameterName()
 
tuple VALUE_VALIDATOR = _Scalar()
 
- Static Public Attributes inherited from google.appengine.api.validation.ValidatedDict
 KEY_VALIDATOR = None
 
 VALUE_VALIDATOR = None
 

Additional Inherited Members

- Public Member Functions inherited from google.appengine.api.validation.ValidatedDict
def __init__
 
def GetValidator
 
def __setitem__
 
def setdefault
 
def update
 
def Set
 
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 validates the parameters dictionary in YAMLConfiguration.

Keys must look like non-private python identifiers and values
must be a supported scalar.  See the class comment for YAMLConfiguration.

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