|
string | name = '__entity_group__' |
|
tuple | base_version = int(time.time() * 1e6) |
|
A common implementation of get() for the __entity_group__ pseudo-kind.
Public properties:
name: the pseudo-kind name
def google.appengine.datastore.datastore_stub_util.EntityGroupPseudoKind.Get |
( |
|
self, |
|
|
|
txn, |
|
|
|
key |
|
) |
| |
Fetch key of this pseudo-kind within txn.
Args:
txn: transaction within which Get occurs, may be None if this is an
eventually consistent Get.
key: key of pseudo-entity to Get.
Returns:
An entity for key, or None if it doesn't exist.
def google.appengine.datastore.datastore_stub_util.EntityGroupPseudoKind.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:
always raises an error
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/datastore/datastore_stub_util.py