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.bulkload.bulkloader_parser.EvaluatedCallable.ParsedMethod Class Reference
Inheritance diagram for google.appengine.ext.bulkload.bulkloader_parser.EvaluatedCallable.ParsedMethod:

Public Member Functions

def __init__
 
def __str__
 
def __call__
 

Public Attributes

 value
 
 method
 
 supports_bulkload_state
 

Detailed Description

Wrap the string, the eval'd method, and supports_bulkload_state.

Constructor & Destructor Documentation

def google.appengine.ext.bulkload.bulkloader_parser.EvaluatedCallable.ParsedMethod.__init__ (   self,
  value,
  key 
)
Initialze internal state.

Eval the string value and save the result.

Args:
  value: String to compile as a regular expression.
  key: The YAML field name.

Raises:
  InvalidCodeInConfiguration: if the code could not be evaluated, or
  the evalauted method is not callable.

Member Function Documentation

def google.appengine.ext.bulkload.bulkloader_parser.EvaluatedCallable.ParsedMethod.__call__ (   self,
  args,
  kwargs 
)
Call the method.
def google.appengine.ext.bulkload.bulkloader_parser.EvaluatedCallable.ParsedMethod.__str__ (   self)
Return a string representation of the method: the original string.

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