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

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

5 statements  

1from .blake3 import * 

2 

3__doc__ = blake3.__doc__ 

4if hasattr(blake3, "__all__"): 

5 __all__ = blake3.__all__