App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.ext.ndb.model.StructuredProperty Class Reference
Inheritance diagram for google.appengine.ext.ndb.model.StructuredProperty:
google.appengine.ext.ndb.model._StructuredGetForDictMixin google.appengine.ext.ndb.model.Property google.appengine.ext.ndb.model.ModelAttribute google.appengine.ext.ndb.msgprop.MessageProperty

Public Member Functions

def __init__
 
def __getattr__
 
- Public Member Functions inherited from google.appengine.ext.ndb.model.Property
def __init__
 
def __repr__
 
def __eq__
 
def __ne__
 
def __lt__
 
def __le__
 
def __gt__
 
def __ge__
 
def __neg__
 
def __pos__
 
def __get__
 
def __set__
 
def __delete__
 

Static Public Attributes

 IN = _IN
 
- Static Public Attributes inherited from google.appengine.ext.ndb.model.Property
 IN = _IN
 

Detailed Description

A Property whose value is itself an entity.

The values of the sub-entity are indexed and can be queried.

See the module docstring for details.

Member Function Documentation

def google.appengine.ext.ndb.model.StructuredProperty.__getattr__ (   self,
  attrname 
)
Dynamically get a subproperty.

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