![]() |
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 | __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 | |
![]() | |
IN = _IN | |
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.