Functions | |
def | groupwise |
def | overlapping_groups |
def | pairwise |
def | runs |
def iterators.groupwise | ( | ) |
For iteration over a sequence in chunks.
def iterators.overlapping_groups | ( | ) |
A generator to allow iteration over a sequence in overlapping
def iterators.pairwise | ( | ) |
A generator to allow iteration over a sequence in overlapping
def iterators.runs | ( | args | ) |
Group adjacent identical items in a sequence.