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

Public Member Functions

def __init__
 
def set_value
 
def see
 

Public Attributes

 value
 
 seen
 

Detailed Description

Wrapper used for mapping attributes from a yaml file to an object.

This wrapper is required because objects do not know what property they are
associated with a creation time, and therefore can not be instantiated
with the correct class until they are mapped to their parents.

Constructor & Destructor Documentation

def google.appengine.api.yaml_object._ObjectMapper.__init__ (   self)
Object mapper starts off with empty value.

Member Function Documentation

def google.appengine.api.yaml_object._ObjectMapper.set_value (   self,
  value 
)
Set value of instance to map to.

Args:
  value: Instance that this mapper maps to.

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