![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
Public Attributes | |
keys_only | |
property_names | |
group_by | |
app | |
cursor | |
A base query cursor over a list of entities. Public properties: cursor: the integer cursor. app: the app for which this cursor was created. keys_only: whether the query is keys_only. Class attributes: _next_cursor: the next cursor to allocate. _next_cursor_lock: protects _next_cursor.
def google.appengine.datastore.datastore_stub_util.BaseCursor.__init__ | ( | self, | |
query, | |||
dsquery, | |||
orders, | |||
index_list | |||
) |
Constructor. Args: query: the query request proto. dsquery: a datastore_query.Query over query. orders: the orders of query as returned by _GuessOrders. index_list: the list of indexes used by the query.