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

Static Public Member Functions

def Load
 

Static Public Attributes

dictionary ATTRIBUTES
 

Detailed Description

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.

Member Function Documentation

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.

Member Data Documentation

dictionary google.appengine.tools.sdk_update_checker.NagFile.ATTRIBUTES
static
Initial value:
1 = {
2  'timestamp': validation.TYPE_FLOAT,
3  'opt_in': validation.Optional(validation.TYPE_BOOL),
4  }

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