Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/filelock/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
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
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
10version: str
11__version__: str
12__version_tuple__: VERSION_TUPLE
13version_tuple: VERSION_TUPLE
15__version__ = version = '3.16.0'
16__version_tuple__ = version_tuple = (3, 16, 0)