Man pages for itertools2
itertools2: Functions creating iterators for efficient looping

consumeConsumes the first n elements of an iterator
dotproductComputes the dot product of two iterable objects
ichainIterator that chains multiple arguments together into a...
ichunkIterator that returns elements in fixed-length chunks
icompressIterator that filters elements where corresponding selector...
icountIterator of neverending numeric sequence with initial value...
icycleIterator that cycles indefinitely through an iterable object
idropwhileIterator that drops elements until the predicate function...
ienumerateIterator that returns the elements of an object along with...
ifilterIterator that filters elements not satisfying a predicate...
ilengthConsumes an iterator and computes its length
imapIterator that applies a given function to several iterables...
ipadIterator that returns an object followed indefinitely by a...
ipairwiseIterator that returns elements of an object in pairs
iproductIterator that returns the Cartesian product of the arguments.
irepIterator that replicates elements of an iterable object
irepeatIterator that returns an object indefinitely
iroundrobinIterator that traverses each given iterable in a roundrobin...
iseqIterators for sequence generation
is_iteratorHelper function that determines whether is an iterator object
isliceIterator that returns selected elements from an iterable.
istarmapIterator that applies a given function to the elements of an...
itabulateIterator that maps a function to a sequence of numeric values
itakewhileIterator that returns elements while a predicate function...
iteeReturns a list of n independent iterators from a single...
iter_deepcopyPerforms a deep copy of an iterator
iter_lengthHelper function that determines the length of an iterator...
itertools2itertools2: Functions creating iterators for efficient...
iuniqueIterator that extracts the unique elements from an iterable...
iunique_justseenIterator that extracts the just-seen unique elements from an...
izipIterator that iterates through several iterables...
izip_longestIterator that iterates through several iterables...
nthReturns the nth item of an iterator
quantifyCount the number of times an iterable object is TRUE
stop_iterationHelper function that determines whether an object inherits...
takeReturn the first n elements of an iterable object as a list
try_nextElemCalls iterators::nextElem(). If error, returns default value.
itertools2 documentation built on May 2, 2019, 3:37 p.m.