Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/more_itertools/__init__.py: 75%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

4 statements  

1"""More routines for operating on iterables, beyond itertools""" 

2 

3from .more import * # noqa 

4from .recipes import * # noqa 

5 

6__version__ = '10.7.0'