itertools-len 1.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

itertoolslen 1.2

Have you ever been annoyed that the length information of itertools have not been preserved?
This module faithfully wraps every one of them (together with map) where len can be derived:
>>> from itertools_len import chain, product
>>> len(chain('abc', [1, 2]))
5
>>> len(product('abc', [1, 2]))
6

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.