App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Functions | Variables
google.appengine._internal.django.utils.itercompat Namespace Reference

Functions

def product
 
def is_iterable
 
def all
 
def any
 

Variables

 product = itertools.product
 

Detailed Description

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.

Function Documentation

def google.appengine._internal.django.utils.itercompat.product (   args,
  kwds 
)
Taken from http://docs.python.org/library/itertools.html#itertools.product