An abstract base class for all query filters.
All sub-classes must be immutable as these are often stored without creating a
defensive copy.
def google.appengine.datastore.datastore_query.FilterPredicate.__call__ |
( |
|
self, |
|
|
|
entity |
|
) |
| |
Applies the filter predicate to the given entity.
Args:
entity: the datastore_pb.EntityProto to test.
Returns:
True if the given entity matches the filter, False otherwise.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/datastore/datastore_query.py