![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | set_value |
def | see |
Public Attributes | |
value | |
seen | |
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.
def google.appengine.api.yaml_object._ObjectMapper.__init__ | ( | self | ) |
Object mapper starts off with empty value.
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.