Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/exceptiongroup/_version.py: 82%

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

11 statements  

1# file generated by setuptools_scm 

2# don't change, don't track in version control 

3TYPE_CHECKING = False 

4if TYPE_CHECKING: 

5 from typing import Tuple, Union 

6 VERSION_TUPLE = Tuple[Union[int, str], ...] 

7else: 

8 VERSION_TUPLE = object 

9 

10version: str 

11__version__: str 

12__version_tuple__: VERSION_TUPLE 

13version_tuple: VERSION_TUPLE 

14 

15__version__ = version = '1.2.2' 

16__version_tuple__ = version_tuple = (1, 2, 2)