![]() |
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 | split_input |
def | validate |
def | from_json |
def | to_json |
![]() | |
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 Attributes | |
string | COUNT = "count" |
string | STRING_LENGTH = "string_length" |
int | DEFAULT_STRING_LENGTH = 10 |
![]() | |
expand_parameters = False | |
string | NAMESPACE_PARAM = "namespace" |
string | NAMESPACES_PARAM = "namespaces" |
RandomStringInputReader generates random strings as output. Primary usage is to populate output with testing entries.
def google.appengine.ext.mapreduce.input_readers.RandomStringInputReader.__init__ | ( | self, | |
count, | |||
string_length | |||
) |
Initialize input reader. Args: count: number of entries this shard should generate. string_length: the length of generated random strings.