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.parameters._Option Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.parameters._Option:

Public Member Functions

def __init__
 

Public Attributes

 kind
 
 required
 
 default_factory
 
 can_be_none
 

Detailed Description

An option for _Config.

Constructor & Destructor Documentation

def google.appengine.ext.mapreduce.parameters._Option.__init__ (   self,
  kind,
  required = False,
  default_factory = None,
  can_be_none = False 
)
Init.

Args:
  kind: type of the option.
  required: whether user is required to supply a value.
  default_factory: a factory, when called, returns the default value.
  can_be_none: whether value can be None.

Raises:
  ValueError: if arguments aren't compatible.

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