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

Public Member Functions

def kind
 
def ah__conf__load_from_yaml
 

Static Public Attributes

tuple ah__conf__version = db.IntegerProperty(default=0, required=True)
 

Detailed Description

The representation of a config in the datastore and memcache.

Member Function Documentation

def google.appengine.api.conf.Config.ah__conf__load_from_yaml (   self,
  parsed_config 
)
Loads all the params from a YAMLConfiguration into expando fields.

We set these expando properties with a special name prefix 'p_' to
keep them separate from the static attributes of Config.  That way we
don't have to check elsewhere to make sure the user doesn't stomp on
our built in properties.

Args:
  parse_config: A YAMLConfiguration.
def google.appengine.api.conf.Config.kind (   cls)
Override the kind name to prevent collisions with users.

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