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._ObjectSequencer Class Reference
Inheritance diagram for google.appengine.api.yaml_object._ObjectSequencer:

Public Member Functions

def __init__
 
def set_constructor
 

Public Attributes

 value
 
 constructor
 

Detailed Description

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.

Constructor & Destructor Documentation

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

Member Function Documentation

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.

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