Coverage for python/lsst/daf/butler/version.py: 100%

Shortcuts on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

6 statements  

1# -------- This file is automatically generated by LSST's sconsUtils -------- # 

2from typing import Dict, Optional 

3 

4 

5__version__: str = "g4c4cdd65f9+9bfb7b9c06" 

6__repo_version__: str = "g4c4cdd65f9" 

7__fingerprint__: str = "0x0" 

8__dependency_versions__: Dict[str, Optional[str]] = { 

9 "sphgeom": "gfb2c8f9998+ce83317b7e", 

10} 

11__all__ = ( 

12 "__version__", 

13 "__repo_version__", 

14 "__fingerprint__", 

15 "__dependency_versions__", 

16)