|
string | name = '__namespace__' |
|
Pseudo-kind for __namespace__ queries.
Provides a Query method to perform the actual query.
Public properties:
name: the pseudo-kind name
def google.appengine.datastore.datastore_sqlite_stub.NamespacePseudoKind.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:
A query cursor to iterate over the query results, or None if the query
is invalid.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/datastore/datastore_sqlite_stub.py