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

Public Member Functions

def __init__
 
- 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__
 

Additional Inherited Members

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

Detailed Description

A Property whose value can be (almost) any basic type.

This is mainly used for Expando and for orphans (values present in
the datastore but not represented in the Model subclass) but can
also be used explicitly for properties with dynamically-typed
values.

This supports compressed=True, which is only effective for str
values (not for unicode), and implies indexed=False.

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