![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Static Public Attributes | |
dictionary | ATTRIBUTES = {PARAMETERS: _ParameterDict} |
![]() | |
ATTRIBUTES = None | |
Additional Inherited Members | |
![]() | |
def | __init__ |
def | GetValidator |
def | Set |
def | Get |
def | CheckInitialized |
def | __setattr__ |
def | __str__ |
def | __repr__ |
def | __eq__ |
def | __ne__ |
def | __hash__ |
def | ToDict |
![]() | |
def | GetValidator |
def | SetMultiple |
def | Set |
def | CheckInitialized |
def | ToDict |
def | ToYAML |
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