App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.datastore.datastore_stub_util.EntityGroupPseudoKind Class Reference
Inheritance diagram for google.appengine.datastore.datastore_stub_util.EntityGroupPseudoKind:

Public Member Functions

def Get
 
def Query
 

Static Public Attributes

string name = '__entity_group__'
 
tuple base_version = int(time.time() * 1e6)
 

Detailed Description

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

Public properties:
  name: the pseudo-kind name

Member Function Documentation

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: