A validated YAML class to represent the user's nag preferences.
Attributes:
timestamp: The timestamp of the last nag.
opt_in: True if the user wants to check for updates on dev_appserver
start. False if not. May be None if we have not asked the user yet.
def google.appengine.tools.sdk_update_checker.NagFile.Load |
( |
|
nag_file | ) |
|
|
static |
Load a single NagFile object where one and only one is expected.
Args:
nag_file: A file-like object or string containing the yaml data to parse.
Returns:
A NagFile instance.
dictionary google.appengine.tools.sdk_update_checker.NagFile.ATTRIBUTES |
|
static |
Initial value:
2 'timestamp': validation.TYPE_FLOAT,
3 'opt_in': validation.Optional(validation.TYPE_BOOL),
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/sdk_update_checker.py