App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.ext.mapreduce.operation.db.Delete Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.operation.db.Delete:
google.appengine.ext.mapreduce.operation.base.Operation

Public Member Functions

def __init__
 
def __call__
 
- Public Member Functions inherited from google.appengine.ext.mapreduce.operation.base.Operation
def __call__
 

Public Attributes

 entity
 

Detailed Description

Delete entity from datastore via mutation_pool.

See mapreduce.context._MutationPool.

Constructor & Destructor Documentation

def google.appengine.ext.mapreduce.operation.db.Delete.__init__ (   self,
  entity 
)
Constructor.

Args:
  entity: a key or model instance to delete.

Member Function Documentation

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: