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.api.map_job.map_job_context.JobContext Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.api.map_job.map_job_context.JobContext:

Public Member Functions

def __init__
 

Public Attributes

 job_config
 

Detailed Description

Context for map job.

Constructor & Destructor Documentation

def google.appengine.ext.mapreduce.api.map_job.map_job_context.JobContext.__init__ (   self,
  job_config 
)
Init.

Read only properties:
  job_config: map_job.JobConfig for the job.

Args:
  job_config: map_job.JobConfig.

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