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.Put Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.operation.db.Put:
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

Put entity into datastore via mutation_pool.

See mapreduce.context._MutationPool.

Constructor & Destructor Documentation

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

Args:
  entity: an entity to put.

Member Function Documentation

def google.appengine.ext.mapreduce.operation.db.Put.__call__ (   self,
  context 
)
Perform operation.

Args:
  context: mapreduce context as context.Context.

The documentation for this class was generated from the following file: