![]() |
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 | validate |
![]() | |
def | __init__ |
def | __property_config__ |
def | __get__ |
def | __set__ |
def | default_value |
def | validate |
def | empty |
def | get_value_for_datastore |
def | get_updated_value_for_datastore |
def | make_value_from_datastore_index_value |
def | make_value_from_datastore |
def | datastore_type |
Additional Inherited Members | |
![]() | |
verbose_name | |
name | |
default | |
required | |
validator | |
choices | |
indexed | |
creation_counter | |
model_class | |
![]() | |
int | creation_counter = 0 |
data_type = str | |
A property that isn't indexed by either built-in or composite indices. TextProperty and BlobProperty derive from this class.
def google.appengine.ext.db.UnindexedProperty.__init__ | ( | self, | |
args, | |||
kwds | |||
) |
Construct property. See the Property class for details. Raises: ConfigurationError if indexed=True.
def google.appengine.ext.db.UnindexedProperty.validate | ( | self, | |
value | |||
) |
Validate property. Returns: A valid value. Raises: BadValueError if property is not an instance of data_type.