openpyxl.compat.accumulate module

Python 2 implementation of the accumulate function in itertools From the Python documentation https://docs.python.org/3/library/itertools.html#itertool-functions

openpyxl.compat.accumulate.accumulate(iterable, func=<built-in function add>)[source]

Return running totals