![]() |
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 | __iter__ |
def | to_json |
def | from_json |
![]() | |
def | __init__ |
def | __iter__ |
def | from_json |
def | to_json |
def | split_input |
def | validate |
def | __str__ |
![]() | |
def | __iter__ |
def | next |
def | from_json |
def | to_json |
def | split_input |
def | validate |
![]() | |
def | to_json_str |
def | from_json_str |
Static Public Member Functions | |
def | encode_data |
def | decode_data |
Public Attributes | |
current_key | |
current_values | |
Static Public Attributes | |
expand_parameters = True | |
![]() | |
string | FILE_PARAM = "file" |
string | FILES_PARAM = "files" |
![]() | |
expand_parameters = False | |
string | NAMESPACE_PARAM = "namespace" |
string | NAMESPACES_PARAM = "namespaces" |
Reader to read KeyValues records files from Files API.
|
static |
Decodes data encoded with the encode_data function.
|
static |
Encodes the given data, which may have include raw bytes. Works around limitations in JSON encoding, which cannot handle raw bytes. Args: data: the data to encode. Returns: The data encoded.
def google.appengine.ext.mapreduce.input_readers._ReducerReader.from_json | ( | cls, | |
json | |||
) |
Creates an instance of the InputReader for the given input shard state. Args: json: The InputReader state as a dict-like object. Returns: An instance of the InputReader configured using the values of json.
def google.appengine.ext.mapreduce.input_readers._ReducerReader.to_json | ( | self | ) |
Returns an input shard state for the remaining inputs. Returns: A json-izable version of the remaining InputReader.