![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Functions | |
def | product |
def | is_iterable |
def | all |
def | any |
Variables | |
product = itertools.product | |
Providing iterator functions that are not in all version of Python we support. Where possible, we try to use the system-native version and only fall back to these implementations if necessary.
def google.appengine._internal.django.utils.itercompat.product | ( | args, | |
kwds | |||
) |
Taken from http://docs.python.org/library/itertools.html#itertools.product