Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/grpclib/__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

4 statements  

1from .const import Status 

2from .exceptions import GRPCError 

3 

4__version__ = '0.4.8' 

5 

6__all__ = ( 

7 'Status', 

8 'GRPCError', 

9)