Coverage for typed_stream/functions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-02-12 21:24 +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