|
string | name = '__property__' |
|
Pseudo-kind for schema queries.
Provides a Query method to perform the actual query.
Public properties:
name: the pseudo-kind name
def google.appengine.api.datastore_file_stub.PropertyPseudoKind.Query |
( |
|
self, |
|
|
|
query, |
|
|
|
filters, |
|
|
|
orders |
|
) |
| |
Perform a query on this pseudo-kind.
Args:
query: the original datastore_pb.Query.
filters: the filters from query.
orders: the orders from query.
Returns:
(results, remaining_filters, remaining_orders)
results is a list of entity_pb.EntityProto
remaining_filters and remaining_orders are the filters and orders that
should be applied in memory
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/api/datastore_file_stub.py