Delete entity from datastore via mutation_pool.
See mapreduce.context._MutationPool.
def google.appengine.ext.mapreduce.operation.db.Delete.__init__ |
( |
|
self, |
|
|
|
entity |
|
) |
| |
Constructor.
Args:
entity: a key or model instance to delete.
def google.appengine.ext.mapreduce.operation.db.Delete.__call__ |
( |
|
self, |
|
|
|
context |
|
) |
| |
Perform operation.
Args:
context: mapreduce context as context.Context.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/mapreduce/operation/db.py