Coverage for typed_stream / functions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.4, created at 2026-03-17 08:56 +0000

1# noqa: D100 

2# isort:skip_file 

3# pylint: disable=missing-module-docstring, wildcard-import, unused-wildcard-import 

4from ._impl.functions import * # noqa: F401, F403 

5from ._impl.functions import __all__, __doc__ # noqa: F401