google.appengine.datastore.datastore_stub_util.EntityGroupPseudoKind

A common implementation of get() for the entity_group pseudo-kind.

Inherits From: expected_type

Public properties:

  • name: the pseudo-kind name

Methods

Get

View source

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.

Query

View source

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

base_version 1682028013357171
name '__entity_group__'