![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | __str__ |
def | __call__ |
Public Attributes | |
value | |
method | |
supports_bulkload_state | |
Wrap the string, the eval'd method, and supports_bulkload_state.
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.
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.