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.tools.old_dev_appserver.AppConfigCache Class Reference
Inheritance diagram for google.appengine.tools.old_dev_appserver.AppConfigCache:

Static Public Attributes

 path = None
 
 mtime = None
 
 config = None
 
 matcher = None
 

Detailed Description

Cache used by LoadAppConfig.

If given to LoadAppConfig instances of this class are used to cache contents
of the app config (app.yaml or app.yml) and the Matcher created from it.

Code outside LoadAppConfig should treat instances of this class as opaque
objects and not access its members.

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