consume | Consumes the first n elements of an iterator |
dotproduct | Computes the dot product of two iterable objects |
ichain | Iterator that chains multiple arguments together into a... |
ichunk | Iterator that returns elements in fixed-length chunks |
icompress | Iterator that filters elements where corresponding selector... |
icount | Iterator of neverending numeric sequence with initial value... |
icycle | Iterator that cycles indefinitely through an iterable object |
idropwhile | Iterator that drops elements until the predicate function... |
ienumerate | Iterator that returns the elements of an object along with... |
ifilter | Iterator that filters elements not satisfying a predicate... |
ilength | Consumes an iterator and computes its length |
imap | Iterator that applies a given function to several iterables... |
ipad | Iterator that returns an object followed indefinitely by a... |
ipairwise | Iterator that returns elements of an object in pairs |
iproduct | Iterator that returns the Cartesian product of the arguments. |
irep | Iterator that replicates elements of an iterable object |
irepeat | Iterator that returns an object indefinitely |
iroundrobin | Iterator that traverses each given iterable in a roundrobin... |
iseq | Iterators for sequence generation |
is_iterator | Helper function that determines whether is an iterator object |
islice | Iterator that returns selected elements from an iterable. |
istarmap | Iterator that applies a given function to the elements of an... |
itabulate | Iterator that maps a function to a sequence of numeric values |
itakewhile | Iterator that returns elements while a predicate function... |
itee | Returns a list of n independent iterators from a single... |
iter_deepcopy | Performs a deep copy of an iterator |
iter_length | Helper function that determines the length of an iterator... |
itertools2 | itertools2: Functions creating iterators for efficient... |
iunique | Iterator that extracts the unique elements from an iterable... |
iunique_justseen | Iterator that extracts the just-seen unique elements from an... |
izip | Iterator that iterates through several iterables... |
izip_longest | Iterator that iterates through several iterables... |
nth | Returns the nth item of an iterator |
quantify | Count the number of times an iterable object is TRUE |
stop_iteration | Helper function that determines whether an object inherits... |
take | Return the first n elements of an iterable object as a list |
try_nextElem | Calls iterators::nextElem(). If error, returns default value. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.