|
tuple | ah__conf__version = db.IntegerProperty(default=0, required=True) |
|
The representation of a config in the datastore and memcache.
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:
- code/googleappengine-read-only/python/google/appengine/api/conf.py