|
def | __init__ |
|
def | prop |
|
def | direction |
|
def | __repr__ |
|
def | reversed |
|
def | __getstate__ |
|
def | reversed |
|
def | key_for_filter |
|
def | cmp_for_filter |
|
def | key |
|
def | cmp |
|
def | __eq__ |
|
def | __ne__ |
|
|
| ASCENDING = datastore_pb.Query_Order.ASCENDING |
|
| DESCENDING = datastore_pb.Query_Order.DESCENDING |
|
An immutable class that represents a sort order for a single property.
def google.appengine.datastore.datastore_query.PropertyOrder.__init__ |
( |
|
self, |
|
|
|
prop, |
|
|
|
direction = ASCENDING |
|
) |
| |
Constructor.
Args:
prop: the name of the prop by which to sort.
direction: the direction in which to sort the given prop.
Raises:
datastore_errors.BadArgumentError if the prop name or direction is
invalid.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/datastore/datastore_query.py