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

Public Member Functions

def __call__
 

Detailed Description

Base class for all mapper operations.

All operations should implement __call__(self, ctx) function, which will be
called upon operation yield.

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