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
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
1"""``tlz`` mirrors the ``toolz`` API and uses ``cytoolz`` if possible.
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"""
9from . import _build_tlz