![]() |
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_constructor |
Public Attributes | |
value | |
constructor | |
Wrapper used for building sequences from a yaml file to a list. 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._ObjectSequencer.__init__ | ( | self | ) |
Object sequencer starts off with empty value.
def google.appengine.api.yaml_object._ObjectSequencer.set_constructor | ( | self, | |
constructor | |||
) |
Set object used for constructing new sequence instances. Args: constructor: Callable which can accept no arguments. Must return an instance of the appropriate class for the container.