google.appengine.api.datastore_file_stub.PropertyPseudoKind

Pseudo-kind for schema queries.

Inherits From: expected_type

Provides a Query method to perform the actual query.

Public properties:

  • name: The pseudo-kind name.

Methods

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
(results, remaining_filters, remaining_orders). results is a list of entity_pb2.EntityProto. remaining_filters and remaining_orders are the filters and orders that should be applied in memory.

name '__property__'