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

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

2 statements  

1"""``tlz`` mirrors the ``toolz`` API and uses ``cytoolz`` if possible. 

2 

3The ``tlz`` package is installed when ``toolz`` is installed. It provides 

4a convenient way to use functions from ``cytoolz``--a faster Cython 

5implementation of ``toolz``--if it is installed, otherwise it uses 

6functions from ``toolz``. 

7""" 

8 

9from . import _build_tlz